10

当我启动 VS 2012 RC 时,我收到以下加载错误消息:

The 'SqlStudio Profile Package' package did not load correctly.

The problem may have been caused by a configuration change or by the installation
of another extension. You can get more information by examining the file 
'C:\Users\User\AppData\Roaming\Microsoft\VisualStudio\11.0\ActivityLog.xml'.

我还安装了 SQL Server 2012 RTM。

我能做些什么来摆脱这个警告?

4

7 回答 7

13
  1. 打开控制面板
  2. 开放程序和功能
  3. 找到所有名为“Microsoft SQL Server 2012 Data-Tier App Framework”的项目
    注意:可能有多达 4 个此类实例都具有上述名称
  4. 右键单击它们中的每一个并选择修复

那应该可以解决这个问题。

于 2012-07-14T17:21:27.957 回答
10

Janaka 解决方案对我有用。但是,如果您不想丢失 VS 配置,请仅删除文件:

    Microsoft.VisualStudio.Default.cache

从文件夹

    %UserProfile%\AppData\Local\Microsoft\VisualStudio\11.0\ComponentModelCache

希望能帮助到你。

于 2013-07-15T08:14:53.583 回答
2

删除以下文件夹。

C:\Users\UName\AppData\Roaming\Microsoft\VisualStudio\10.0 C:\Users\UName\AppData\Local\Microsoft\VisualStudio\10.0

看到这个

于 2013-07-12T09:53:29.727 回答
1

事实证明(在我的情况下),Data Tools 安装程序有一个错误,您最终会得到一个充满以下内容的注册表:

Microsoft Visual Studio 11.0Common7

...路径,应该是什么时候:

Microsoft Visual Studio 11.0\Common7

修复所有值和键可以解决问题(对我而言)。

(ps:这个线程中没有其他解决方案对我有用)

于 2015-01-09T01:10:16.143 回答
1

只需重新安装SQL Server Data Tools (SSDT)

于 2015-11-23T23:59:14.470 回答
0

我必须以管理员身份运行 VS 才能解决此问题。

于 2014-01-10T15:20:42.820 回答
-1

问题:“SqlStudio 配置文件包”包未正确加载。经验证的解决方案:删除 Microsoft.VisualStudio.Default.Cache 可解决上述问题。有效!

于 2014-08-25T20:12:20.533 回答