Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

I had recently installed the MySQL Connector, and had multiple instances of Visual Studio open. After shutting them all down, I was able to add a connection to the Server Explorer.

Adding to what BastanteCaro said, I had open the DefaultView.SEView file in case I needed to go down that path. When I shut everything down and started up a new instance of Visual Studio, Notepad++ reported that the file had changed. So either there was an uncommitted change to the file or some sort of cleanup/addition was made on startup.

I was having the same error "Key not Present in Dictionary" in VS 2010 when adding a Postgresql database connection, deleting the entire folder C:\Users...\AppData\Local\Microsoft\VisualStudio\10.0 as pointed out by BastanteCaro solved the issue.

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