C
Chris Ashley
I've written a C++ Wrapper DLL which I need to add a reference to in my
ASP.Net project. This in turn is dependent on the DLL it wraps which is
in turn dependent on some other DLLs. When I reference the wrapper DLL
VS2005 copies it to the 'bin' directory and I am unable to compile with
the error 'the specified module could not be found'. It still has the
same behaviour if I copy all the dependent DLLs to my bin directory,
but this isn't a solution anyway because I need to maintain the
directory structure and DLL locations on this machine (for source
control reasons) and I don't want Visual Studio moving things around.
I know my DLL is okay because I developed a quick tester windows app
which referenced the DLL without 'copy local' - this worked fine.
How can I fix this?
ASP.Net project. This in turn is dependent on the DLL it wraps which is
in turn dependent on some other DLLs. When I reference the wrapper DLL
VS2005 copies it to the 'bin' directory and I am unable to compile with
the error 'the specified module could not be found'. It still has the
same behaviour if I copy all the dependent DLLs to my bin directory,
but this isn't a solution anyway because I need to maintain the
directory structure and DLL locations on this machine (for source
control reasons) and I don't want Visual Studio moving things around.
I know my DLL is okay because I developed a quick tester windows app
which referenced the DLL without 'copy local' - this worked fine.
How can I fix this?