Error 175: The specified data store provider cannot be found

自闭症网瘾萝莉.ら 提交于 2019-12-04 23:56:07

I had this same error after reinstalling windows, and forgetting to add the provider for SQlite.
It's here, and even though it doesn't mention it, it supports VS 2010 fully.

The problem went away after significant updates -- it appeared it was an environment/driver bug after all.

I just restarted my VS2010,and the error just went away!!

Based on some of the comments on the net this could be related to the provider not being in the GAC.

It could also be that an old version is the GAC.

Check what is in the GAC, add the dll to the GAC if it is missing. Restart the machine after any changes in the GAC.

I came across this error recently and after much restarting / reinstalling it turned out the issue was actually that the 'connector' user had insufficient privledges on a view.

I fix error simply by restarting the IDE.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!