Driver Testing an error occurred deploying the driver(s) in the solution : The system can not find the file specified

StackOverflow https://stackoverflow.com/questions/21500099

  •  05-10-2022
  •  | 
  •  

문제

I am trying to create a very simple WDM driver in Visual Studio 2013. I have successfully provisioned a virtual pc running win7 sp1 x86 on a wmware machine using serial port. Now that i want to debug the driver, i get the error :

Driver Testing an error occurred deploying the driver(s) in the solution : The system can not find the file specified.

What is the cause here and how can i solve this problem?

Here is the snapshot showing the error along with the driver code itself

도움이 되었습니까?

해결책

You need to select MyDriver1 Package as a startup project.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top