Visual Studio 2010 中的 SQL Azure 项目
在过去的几周里,当我打开解决方案时,我在 Visual Studio 2010 中遇到了一个恼人的错误。
我不久前创建了 SQL Azure 数据库项目,突然它无法在我的一台机器上运行。
我收到以下错误,并且项目未加载:
无法使用数据库架构提供程序“Microsoft.Data.Schema.Sql.SqlAzureDatabaseSchemaProvider”创建扩展管理器
我找不到有关中提到的类的任何信息错误,我在加载项目的机器上搜索了它,但找不到任何东西。
对这个有什么想法吗?这让我有点抓狂。
谢谢大家。
-SM
For the past couple of weeks I've been getting an annoying error in Visual Studio 2010 when I open up a solution.
I created SQL Azure Database project a while back and suddenly it isn't working on all but 1 one of my machines.
I get the following error and the project does not load:
Failed to create extension manager with database schema provider 'Microsoft.Data.Schema.Sql.SqlAzureDatabaseSchemaProvider'
I cannot find any information on the class mentioned in the error and I have searched for it on the machine on which the project loads and I cannot find anything.
Any ideas on this one? It's driving me a little nuts.
Thanks all.
-SM
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯......我从来没有遇到过这个问题,但是你能验证你的连接字符串指向用户数据库,而不是主数据库吗?
Hummm.... I never ran into this issue, but can you verify that your connection string points to the user database, not master?