[Solved] "Unable to add data connection. Could not find any resources appropriate for the specified culture or the neutral culture."
Article
Sharif Ahmed
Problem
If you are using visual studio version 16.11.1 you may face an error while connecting the database. The error looks like
"Unable to add data connection. Could not find any resources appropriate for the specified culture or the neutral culture."
Solution 1:
This error appears in Visual studio version 16.11.1.
- Download the file from the link: Microsoft.VisualStudio.Data.Providers.SqlServer
- Now copy Microsoft.VisualStudio.Data.Providers.SqlServer and paste into C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE.
Solution 2:
This is a bug of visual studio 16.11.1 and the bug is fixed in the newer version. So if you switch to a newer version than 16.11.1 your error will be fixed.
Thank you for reading the article. Hope the solutions will help you to solve your error. If you still face any problems you can comment below. Your comment is always important to us.