Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2012 “SqlStudio配置文件包”包未正确加载_Visual Studio 2012_Sql Server 2012 - Fatal编程技术网

Visual studio 2012 “SqlStudio配置文件包”包未正确加载

Visual studio 2012 “SqlStudio配置文件包”包未正确加载,visual-studio-2012,sql-server-2012,Visual Studio 2012,Sql Server 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

启动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

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

打开控制面板 开放式程序和功能 找到名为“Microsoft SQL Server 2012数据层应用程序框架”的所有项目 注意:最多可能有4个这样的实例都具有上述名称 右键单击其中的每一个,然后选择“修复”
这将解决此问题。

删除以下文件夹

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


请参见

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

    Microsoft.VisualStudio.Default.cache
从文件夹中

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

希望有帮助。

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

问题:“SqlStudio配置文件包”未正确加载。 经验证的解决方案:
删除Microsoft.VisualStudio.Default.Cache修复了上述问题。它成功了!

事实证明,在我的情况下,Data Tools安装程序存在一个错误,导致您的注册表中充满了:

Microsoft Visual Studio 11.0通用7

…路径,当它应该是:

Microsoft Visual Studio 11.0\Common7

修复所有的值和键可以解决我的问题


ps:此线程中没有其他解决方案适用于我

只需重新安装SSDT

+1只需注意路径是根据VS版本更改的,例如VS 2013,它在*\12.0*下。此答案中有什么新内容吗?