.net - c# project cannot find c++ .dll? -


I have a working C ++ DEL that works in a C # project which I call through the interop service I am doing I have created another C # project and trying to call the same call but get a general error message, which states that .dll can not be found, both projects are .NET 2.0. What folder, and where do I specify in the project, do I Dll file should be inserted so that the project can get it?

Think of it as a warning to me ...

In the previous project, I had no reference to it, I was in the bin folder and for this project Was doing the same thing.

Thanks R.

Ensure that all the DLLs which are dependent on DLL in the question are also in the same directory which Use DLL as the form


Comments