Click here to Skip to main content
15,889,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am receiving below error while installing selenium web driver in visual studio 2012. Please help.

"The schema version of 'Selenium.WebDriver' is incompatible with version 2.0.30625.9003 of NuGet. Please upgrade NuGet to the latest version from http://go.microsoft.com/fwlink/?LinkId=213942"

What I have tried:

"The schema version of 'Selenium.WebDriver' is incompatible with version 2.0.30625.9003 of NuGet. Please upgrade NuGet to the latest version from http://go.microsoft.com/fwlink/?LinkId=213942"
Posted
Updated 28-Mar-19 23:50pm
Comments
Richard MacCutchan 29-Mar-19 6:00am    
Do what the message tells you.

1 solution

1. Close all instances of Visual Studio
2. Uninstall NuGet
3. Re-open Visual Studio
4. Navigate to =>Tools =>Extensions and Updates
5. Search for NuGet, and reinstall to get latest version
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900