leocrimson
leocrimson

Reputation: 742

Driver Testing Error popup in Visual Studio

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?

Upvotes: 6

Views: 5685

Answers (3)

GregC
GregC

Reputation: 8007

I assume you've uninstalled WDK and started seeing this error. If there's a "Driver" menu group just above the "Manage Extensions" menu item, uninstall the WDK extension to suppress this pesky error.

VS2022 Extensions Menu

Upvotes: 0

user13321044
user13321044

Reputation: 59

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

Upvotes: 5

Mahdi Khalili
Mahdi Khalili

Reputation: 1198

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

Upvotes: 1

Related Questions