unable to load DLL (<filename>.dll)

  • Thread starter Thread starter adios
  • Start date Start date
A

adios

Hi, i'm currently working on web services using C#. i've
used external DLL in my project. when i test the web
service out, the page display an error msg - unable to
load DLL (<filename>.dll) after i click on the invoke
button.

i've try to put the dll file in the bin folder of the web
service project, the System32 folder and added reference
to the dll in the web service project. but i still got
this error.

Please help me. Thanks!
 
adios,

You might want to turn on the Fusion Log, and check the results of that
out. However, since you placed it in the bin directory, I would assume that
it would have been found there. If the Fusion log indeed indicates that the
file was found, then is it possible it is corrupt, or not a .NET assembly?

Or maybe you placed it in a directory that ASP.NET (at least, the ASPNET
local user) doesn't have access to?

Hope this helps.
 
Hi,

Is the dll a .net one?

Did you added it in the references? ( you should not be able to compile the
project otherwise )

give a little more details ..


cheers,
 
Back
Top