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
  •  | 
  •  

Question

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

Was it helpful?

Solution

You need to select MyDriver1 Package as a startup project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top