Driver Testing Error popup in Visual Studio

Viewed 2496

Everytime when I open Visual Studio, a pop up display with message:

Driver Testing

Could not load test information. Error Object reference not set to an instance of an Object..

I am not sure how to get rid of this message. What is the cause of this error and how to rectify it?

2 Answers

Old, but here's my solution: Just uninstall the WDM package under 'Manage Extensions'.

i got wdk from here wdk.
downloaded it to '\Downloads\Windows Kits\10\WDK' . installed it and checked wdk vs extension,problem solved

Related