S
SLE
Hi there,
We have a class method which is invoked through Remoting/IIS. Within this
class method, we need to get the physical path of the assembly (dll) in
which the method is executing. we have tried:
1) System.Reflection.Assembly.GetExecutingAssembly().Location.ToString()
returns a temporary path, i.e.
c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
files\cm.processing\2cff4017\312000e7\assembly\dl2\e92f2bc0\ede223a1_c797c30
1\assembly.dll
2) System.IO.Path.GetFullPath(".")
returns c:\windows\system32\inetsrv
Any clues?
Thanks.
We have a class method which is invoked through Remoting/IIS. Within this
class method, we need to get the physical path of the assembly (dll) in
which the method is executing. we have tried:
1) System.Reflection.Assembly.GetExecutingAssembly().Location.ToString()
returns a temporary path, i.e.
c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
files\cm.processing\2cff4017\312000e7\assembly\dl2\e92f2bc0\ede223a1_c797c30
1\assembly.dll
2) System.IO.Path.GetFullPath(".")
returns c:\windows\system32\inetsrv
Any clues?
Thanks.