Re: unable to load DLL (<filename>.dll)
From: Nicholas Paldino [.NET/C# MVP] (mvp_at_spam.guard.caspershouse.com)
Date: 10/20/04
- Next message: Jon Skeet [C# MVP]: "Re: Strange problem on runtime"
- Previous message: Ignacio Machin \( .NET/ C# MVP \): "Re: if(word_a != word_b) then ..."
- In reply to: adios: "unable to load DLL (<filename>.dll)"
- Next in thread: Ignacio Machin \( .NET/ C# MVP \): "Re: unable to load DLL (<filename>.dll)"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 20 Oct 2004 08:53:48 -0400
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.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
"adios" <anonymous@discussions.microsoft.com> wrote in message
news:1e5501c4b685$66d3f910$a301280a@phx.gbl...
> 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!
- Next message: Jon Skeet [C# MVP]: "Re: Strange problem on runtime"
- Previous message: Ignacio Machin \( .NET/ C# MVP \): "Re: if(word_a != word_b) then ..."
- In reply to: adios: "unable to load DLL (<filename>.dll)"
- Next in thread: Ignacio Machin \( .NET/ C# MVP \): "Re: unable to load DLL (<filename>.dll)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|