How to deploy a driver to a target computer using remote kernel-mode debugging in Visual Studio?

  • Thread starter Thread starter George912
  • Start date Start date
G

George912

Guest
I use Windows 7 64 bit, WDK 8.1 and Visual Studio 2013. I tried to deploy a driver to a remote target machine, as it's been explained here:


1. Open the property pages for your driver project. Right-click the driver project in Solution Explorer and

select Properties.


2. In the property pages for the driver project, click Configuration Properties, click Driver Install, and

then click Deployment.

However, I there's no "Deployment" submenu:


imgur.com/a/c44R2SV


I suppose that I need WDK 10 (if so, I'm not able to deploy the driver to the target machine with WDK 8.1 then?) or my WDK is corrupted or so.



Also, when I restart the debugger, the following message box pops up:


imgur.com/a/yQ9tUwl


Have you any idea how to fix that?

Continue reading...
 
Back
Top