每次启动都会出现VS2012错误。消息没有用 - 任何建议?

时间:2013-02-21 17:44:10

标签: visual-studio-2012

当我启动VS2012时,我总是得到一个例外,告诉我看看ActivityLog.xml。这是我看到的 - 对我来说毫无用处。希望别人之前见过这个。 此外 - VS2012会在机器上100%占用CPU。希望这两者是相关的和可修复的。

  

System.ComponentModel.Composition.CompositionException:合成产生了单个合成错误。根本原因如下。查看CompositionException.Errors属性以获取更多详细信息。 1)当前类型SquaredInfinity.Foundation.Configuration.Services.IConfigurationService是一个接口,无法构造。你错过了类型映射吗? 导致:依赖的解析失败,type =“SquaredInfinity.Foundation.Configuration.Services.IConfigurationService”,name =“(none)”。 在解决时发生异常: 异常是:InvalidOperationException - 当前类型SquaredInfinity.Foundation.Configuration.Services.IConfigurationService是一个接口,无法构造。你错过了类型映射吗? ----------------------------------------------- 在例外时,容器是:   解析SquaredInfinity.Foundation.Configuration.Services.IConfigurationService,(无) 导致:尝试创建“#Btb。#Rtb”类型的实例时发生异常。 导致:无法激活部分'#Btb。#Rtb'。 元素:#Btb。#Rtb - > #BTB。#RTB 导致:无法从部件'#Btb。#Rtb'导出'#Btb。#Rtb(ContractName =“Microsoft.VisualStudio.Text.Classification.IClassifierProvider”)'。 元素:#Btb。#Rtb(ContractName =“Microsoft.VisualStudio.Text.Classification.IClassifierProvider”) - > #BTB。#RTB    在System.ComponentModel.Composition.Hosting.CompositionServices.GetExportedValueFromComposedPart(ImportEngine engine,ComposablePart part,ExportDefinition definition)    在System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportedValue(CatalogPart part,ExportDefinition export,Boolean isSharedPart)    在System.ComponentModel.Composition.Hosting.CatalogExportProvider.CatalogExport.GetExportedValueCore()    在System.ComponentModel.Composition.Primitives.Export.get_Value()    在System.ComponentModel.Composition.ExportServices.GetCastedExportedValue [T](导出导出)    在System.ComponentModel.Composition.ExportServices。<> c__DisplayClass4 2.<CreateStronglyTypedLazyOfTM>b__1()
 at System.Lazy 1.CreateValue()    在System.Lazy 1.LazyInitValue()
 at System.Lazy 1.get_Value()    在Microsoft.VisualStudio.Text.Utilities.GuardedOperations.InvokeMatchingFactories [TExtensionInstance,TExtensionFactory,TMetadataView](IEnumerable 1 lazyFactories, Func 2 getter,IContentType dataContentType,Object errorSource)

1 个答案:

答案 0 :(得分:3)

您的VSCommands扩展程序是最新的吗? 存在兼容性问题,可能产生类似的堆栈跟踪,并在latest release中修复。