Hi All,
I was following the article http://articles.sysprogs.org/visualddk/firstdriver/
I have successfully created the VM and started in debug mode.
But when I am trying to debug the driver by clicking on the “Debug -> Start Debugging Driver”. It’s throwing an error “VisualDDK: Cannot start debugging. The system cannot find the file specified.”
I am not able to understand which file it is trying to locate. I can see the newly compiled file in the Debug folder of my project directory. I am using Visual Studio 2010.
I am also Attaching the my screens.
Error screen that I am getting:
https://s4.postimg.io/gkqwn24m5/error.png
My VM screen where VisualDDKmonitor is running on local network. It shows my Host IP Address.
https://s4.postimg.io/rmvzlhyot/VMscreen.png
My debugging Settings.
https://s4.postimg.io/wx0ycsixp/settings.png
Any help will be greatly appreciated…..Thanks