Using Visual Studio 6 with SP5...
The project builds without errors. It runs OK in release mode, up to the
point where it crashes because of something I need to fix. Gotta run debug
mode to find it.
Debug mode builds OK but won't run:
"Application failed to initialize properly (0xc0150002)", then
"Could not execute: Path not found (Win32 error 3)"
The status window says "Failed to probe C:\\mydir\Debug\mydll.dll for its
manifest"
The dll in the debug directory is most definitely a debug build with
symbolic information. This error only appears on the target machine (with VS
loaded on it), not on my development machine.
Suggestions, please?
Thanks
Dave C