S
surya
Hi,
I am using Assembly.LoadFrom within a web service to load assemblies from a
web site. This web site is in the same machine where I am running the web
service.
The Assembly.LoadFrom(httpsite) method throws a file not found exception.
I used the same code within a windows based application on the same machine
and it worked, so if the windows based application can load the assembly why
can't the web service find the same? I have been working on this problem
for a couple of days and can't figure out why it throws this exception. Is
this a security issue and if so why does it throw a file not found
exception?
Help is greatly appreciated.
Thanks in advance
Surya
I am using Assembly.LoadFrom within a web service to load assemblies from a
web site. This web site is in the same machine where I am running the web
service.
The Assembly.LoadFrom(httpsite) method throws a file not found exception.
I used the same code within a windows based application on the same machine
and it worked, so if the windows based application can load the assembly why
can't the web service find the same? I have been working on this problem
for a couple of days and can't figure out why it throws this exception. Is
this a security issue and if so why does it throw a file not found
exception?
Help is greatly appreciated.
Thanks in advance
Surya