I have a simple C DLL (not COM). I also have a C # 2.0 application that runs it (dllimport). Dll is placed in exe application. I know that the dll is fine, and also that the application that calls it success reads it, but when I move them to another computer, it says that it can load the DLL.
Error: "Failed to load dll name.dll. This application failed to start because the application configuration is incorrect."
I used visual studio 2005 to create the dll. A pointer computer is side by side. When I took the folder next to each other, CRT did not start. Thanks
source share