C
Chris Ashley
I have a managed C++ wrapper which is referencing an unmanaged C++ DLL.
How can I modify the reference search paths for ASP 2.0 so it can find
the unmanaged DLL? It copies the managed DLL okay, but can't find the
unmanaged DLL ('the specified module coult not be found'). It only
seems to work when I place the unmanaged DLL in the System32 folder.
Doesn't work in the project root, solution root, or bin directory.
How can I modify the reference search paths for ASP 2.0 so it can find
the unmanaged DLL? It copies the managed DLL okay, but can't find the
unmanaged DLL ('the specified module coult not be found'). It only
seems to work when I place the unmanaged DLL in the System32 folder.
Doesn't work in the project root, solution root, or bin directory.