Problem
If I have Visual Studio 2010, Service Pack 1 installed, and I go to Data, Add New Data Source and click Database, it will open the "Choose your data connection" wizard page.
On this page, if I have an existing connection configured, I can select it and add this data source to my project, no problems and problems.
On the other hand, if I click New Connection ... it just explodes, the wizard closes, as if it hadnβt done anything. Now keep in mind that Visual Studio does not close and there are no exceptions, errors or warnings, the dialog just disappears.
Unsuccessful attempts to solve the problem
I checked simple things using a debugger and a valid machine configuration file, not sure what else I could lose.
Using a debugger
I tried running a second copy of Visual Studio, as I did, and attaching the debugger to the process with all the exceptions checked in my debug menu and still nothing.
Validation of machine.config file valid
I backed up the machine.config file and used a different file working with machine.config and I still have problems.
Since then I have returned to my own machine.config file.
I suspect that the machine.config problem may be a problem, but I thought the work should work if I do not miss one of the registered providers? I donβt know enough about how this wizard nevertheless works behind the scenes, or which sections / lines The machine.config file precisely controls the wizard.
Removing all third-party database providers
I recently tried uninstalling Oracle, SQLite, the SQL Server Compact Edition beta, and MySQL providers in the hope that one of them would set up a registry entry or a configuration entry that adversely affected my ability to create new connections, and the error still occurs.
Reinstall Visual Studio
I reinstalled Visual Studio, performed a complete uninstall and reinstalled, no extensions or anything, and the problem exists, definitely convinced of its configuration error, I could use the expert opinion on who knows more about the scene configuration for this dialog.
Any help in solving the problem would be greatly appreciated.
source share