0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

How to fix when new connection dialog fails in Visual Studio 2015

Last updated at Posted at 2017-05-05

  • Visual studio 2015
    • Close visual studio
    • eventvwr
      • check if any devenv error(s) in Application like
      • The data source '{7931728a-ebfb-4677-ad6b-995e29aa15c2}' specifies no supporting providers or a set that are not registered.
    • regedit
    • HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0_Config\DataProviders\
    • Delete the key(s) that referred to the faulty data provider above
      • eg. npgsql

  • npgsql uninstaller leaves the registry information which causes this error... :cry:

cf. http://stackoverflow.com/questions/8217115/new-connection-fails-during-add-new-data-source-dialog

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?