"SqlStudio配置文件包"包未正确加载

Mar*_*erl 9 sql-server-2012 visual-studio-2012

当我启动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'.
Run Code Online (Sandbox Code Playgroud)

我还安装了SQL Server 2012 RTM.

我该怎么做才能摆脱这个警告?

Mar*_*erl 13

  1. 打开控制面板
  2. 打开程序和功能
  3. 找到名为"Microsoft SQL Server 2012数据层应用程序框架"的所有项目
    注意:最多可能有4个此类实例都具有上述名称
  4. 右键单击每个选项并选择"修复"

那应该解决这个问题.


Dja*_*mes 10

Janaka解决方案为我工作.但是,如果您不想丢失VS配置,请仅删除该文件:

    Microsoft.VisualStudio.Default.cache
Run Code Online (Sandbox Code Playgroud)

从文件夹

    %UserProfile%\AppData\Local\Microsoft\VisualStudio\11.0\ComponentModelCache
Run Code Online (Sandbox Code Playgroud)

希望能帮助到你.

  • +1请注意,路径是根据VS版本更改的,例如对于VS 2013,它位于*\12.0\*之下 (2认同)