Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Adding Data Connections - Given Key not Present in the Dictionary

I've read through a couple of previous similar questions and none seem to provide a fix. so i ask again. I'm using Visual Studio and am trying to connect to a DB in Server Explorer. Regardless of what database i try to connect to it gives a "Given Key not Present in the Dictionary" error. i have tried with SQL CE and SQL Express 2008 databases and each give the same issue.

I can connect quite easily with SQL Management Studio Express so i believe the Databases are the same.

Thanks in Advance.

like image 920
BastanteCaro Avatar asked Jan 19 '11 15:01

BastanteCaro


1 Answers

after a lot of time searching for the answer to this i found the solution here

this is not really a workaround but in fact a SOLUTION, how to get rid of the error, in case you have missed to remove all connections before removing the provider:

edit C:\Users...\AppData\Roaming\Microsoft\VisualStudio\10.0\ServerExplorer\DefaultView.SEView and remove the connection with the wrong Provider manually. If you do not know which of the provider is failing, simply delete the file :)

If this won't help try deleting also C:\Users...\AppData\Local\Microsoft\VisualStudio\10.0

PS: you have to quit all instances of visual studios first or the files will be re-created from memory ..

The second part only worked for me , deleting the whole folder.

like image 69
BastanteCaro Avatar answered Nov 15 '22 19:11

BastanteCaro