1

While implementing Entity Framework 6.0 in VS 2012 (i.e. creating edmx file & tried to generate my Model class out of it), I got below error message (even though Test Connection to DB is succeeding).

The 'SqlStudio Profile Package' package did not load correctly

As a resolution step I tried to re install “Microsoft SQL Server 2012 Data-Tier App Framework" but to my surprise I could not find this item in the installed items in Programs & Feature.

Any fix is higly appreciated, as I dont want to re install either my VS 2012 or SQL Server 2008 R2.

4

1 回答 1

1

您是否从头开始安装数据层框架> 可从此处下载

如果有,请尝试从中删除Microsoft.VisualStudio.Default.cache文件

C:\Users\<>\AppData\Local\Microsoft\VisualStudio\11.0\ComponentModelCache

您也可以尝试删除

C:\Users\<>\AppData\Local\Microsoft\VisualStudio\11.0

C:\Users\<>\AppData\Roaming\Microsoft\VisualStudio\11.0

文件夹,但这意味着您将丢失 VS 配置。

于 2013-10-28T14:45:58.930 回答