I have a problem for my visual studio 2010. When I click start debugging button and it\'s start debugging.
It seems that there is no error \"i just create one \"button\
In earlier versions of MSVC while running .dll, will get a dialog asking path for .exe file
But in MSVC 2010 and above there is no such option. To fix this
- Right click on your dll project
- Properties
- Configuration Properties > Debugging. Here, in Command -> add path to your exe.
Add command arguments, if any.
You are good to go!