U
Utilisateur1
Hello,
I've coded an asp.net application which uses an unmanaged c++ dll. I've
added a C# wrapper using dllimport attributes and so on.
The solution works very fine on my local machine.
But on the hosting machine, I try the following error : DllNotFoundException
: Unable to load (xxx.dlll).
This dll is in the bin directory of the asp.net application.
Has anyone ideas to solve that ?
I've coded an asp.net application which uses an unmanaged c++ dll. I've
added a C# wrapper using dllimport attributes and so on.
The solution works very fine on my local machine.
But on the hosting machine, I try the following error : DllNotFoundException
: Unable to load (xxx.dlll).
This dll is in the bin directory of the asp.net application.
Has anyone ideas to solve that ?