Visual studio 2015 ';ConnectedServicesPackages';-Visual Studio 2015

Visual studio 2015 ';ConnectedServicesPackages';-Visual Studio 2015,visual-studio-2015,Visual Studio 2015,打开项目时,将出现以下对话框窗口: 下面是ActivityLog.xml的最后一个条目: 443 2015/12/05 12:15:28.599 错误 VisualStudio 包[ConnectedServicesPackage]的CreateInstance失败,无法加载文件或程序集 &载脂蛋白;file:///C:\程序文件(x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\ep43w4ri.131\Microsoft.V

打开项目时,将出现以下对话框窗口:

下面是
ActivityLog.xml
的最后一个条目:

443 2015/12/05 12:15:28.599 错误 VisualStudio 包[ConnectedServicesPackage]的CreateInstance失败,无法加载文件或程序集 &载脂蛋白;file:///C:\程序文件(x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\ep43w4ri.131\Microsoft.VisualStudio.ConnectedServices.Package2.dll' 或其依赖项之一。系统找不到该文件 已指定。]:{at System.Reflection.RuntimeAssembly.\u nLoad(AssemblyName文件名,字符串 代码库、证据汇编安全性、运行时汇编位置提示、, stackcrawmark和stackMark,IntPtr pPrivHostBinder,布尔值 throwOnFileNotFound,用于内省的布尔值,布尔值 抑制安全检查) 在 System.Reflection.RuntimeAssembly.nLoad(AssemblyName文件名,字符串 代码库、证据汇编安全性、运行时汇编位置提示、, stackcrawmark和stackMark,IntPtr pPrivHostBinder,布尔值 throwOnFileNotFound,用于内省的布尔值,布尔值 抑制安全检查) 在 System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef、证据assemblySecurity、RuntimeAssembly reqAssembly、, stackcrawmark和stackMark,IntPtr pPrivHostBinder,布尔值 throwOnFileNotFound,用于内省的布尔值,布尔值 抑制安全检查) 在 System.Reflection.RuntimeAssembly.InternalLoadFrom(字符串 汇编文件,证据安全性证据,字节[]哈希值, AssemblyHashAlgorithm hashAlgorithm,用于自省的布尔值,布尔值 抑制安全检查、堆栈爬网标记和堆栈标记) 位于System.Reflection.Assembly.LoadFrom(字符串assemblyFile,证据 安全性(证据) 在 System.Activator.CreateInstanceFromInternal(字符串汇编文件, 字符串类型名,布尔ignoreCase,BindingFlags bindingAttr,Binder 活页夹,对象[]参数,文化信息文化,对象[] 激活属性、证据安全信息) 在 System.AppDomain.CreateInstanceFrom(字符串汇编文件,字符串 字体名称)} {8E15F3DA-B303-4AF9-814A-1DC5C2583398}
80070002 无法加载文件或程序集的file:///C:\程序文件(x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\ep43w4ri.131\Microsoft.VisualStudio.ConnectedServices.Package2.dll' 或者它的一个依赖项。系统找不到该文件 指定的

下载

我意识到丢失软件包也有类似的问题,但每个软件包的解决方案都不同,我找不到有关我的问题的任何信息


从日志来看,dll文件似乎丢失了,如何解决此问题?

这是我在VS2015 Update 1中遇到的众多问题之一


卸载azure扩展工具->扩展和更新…,我记不起到底卸载了哪些(上面写着“ConnectedServices”或类似的内容),但您可以在以后轻松地重新安装。

我在Visual Studio Update 2中遇到了这个问题。我再也不能关闭Visual Studio了。卸载Microsoft Connected Services扩展后,解决了该问题。
警告:它还将卸载Microsoft Office 365 API工具,开发分析工具v5.2.0和Microsoft Azure存储连接服务。这些扩展名以后无法重新安装。

可能是,您可以在C:\Program Files(x86)\Microsoft Visual Studio 14.0\Common7\IDE\extensions\的其他扩展名文件夹中搜索文件Microsoft.VisualStudio.ConnectedServices.Package2.dll,然后复制此文件(可能是Microsoft.VisualStudio.ConnectedServices.dll)到所需位置C:\Program Files(x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\ep43w4ri.131(如所述……此位置可能不同,您必须在ActivityLog.xml中精确检查路径)


这个解决方案适合我。

是的!您是对的,自从VS更新以来发生了问题。今晚我将尝试该解决方案。它不起作用,我已卸载了其中包含连接服务的所有内容并重新安装,尽管其中一些无法重新安装。