Hello!
I’m new to driver develop, and i faced a problem while trying to debug simple wdf driver (from VisualDDK project templates).
The build was successful.
When i Start debugging driver i get this error message:
.
I press skip many times, and then message appears with following text:
.
If i press Yes, then VS crashes. I press No, and visualddk console appears with https://dl.dropbox.com/u/2326286/ddk/VirtualDDKConsole%28nokeyspressed%29.txt.
I i write command “g” (twice), and then console starts being filled with messages “.Unable to add module at XXXXXXXX”, which are cycling.
So, i cannot load my driver.
Help me. please – i think it’s all because of my not right actions, but i cannot find the way to solve this problem.