Hi,
I have a project A linked to a project B. B is compiled into a .dll while A is the main program and compiled into a .exe
The compiling of the projects is done without any issues, but when I run the program, I get a pop-up window saying "This application has failed to start because B.dll was not found. Re-installing the application may solve the problem."
I have done several cleanings, tried to move the dll, but that won't work.
I am using visual Studio 9.0 btw