0

VS2012 を起動すると、ActivityLog.xml を確認するようにという例外が常に発生します。これが私が見ているものです-私には役に立ちません。他の誰かがこれを以前に見たことがあることを願っています。また、VS2012 はマシンの CPU を 100% 消費します。2つが関連していて修正可能であることを願っています。

System.ComponentModel.Composition.CompositionException: 構成で 1 つの構成エラーが発生しました。根本的な原因を以下に示します。詳細については、CompositionException.Errors プロパティを確認してください。1) 現在のタイプ SquaredInfinity.Foundation.Configuration.Services.IConfigurationService はインターフェイスであり、構築できません。タイプマッピングがありませんか? 結果: 依存関係の解決に失敗しました。タイプ = "SquaredInfinity.Foundation.Configuration.Services.IConfigurationService"、名前 = "(none)"。例外が発生しました: 解決中。例外: InvalidOperationException - 現在の型 SquaredInfinity.Foundation.Configuration.Services.IConfigurationService はインターフェイスであり、構築できません。タイプマッピングがありませんか? - - - - - - - - - - - - - - - - - - - - - - - - 当時の例外のコンテナは: SquaredInfinity.Foundation.Configuration.Services.IConfigurationService,(none) を解決しています 結果: タイプ '#Btb.#Rtb' のインスタンスを作成しようとしているときに例外が発生しました。結果: パーツ '#Btb.#Rtb' をアクティブ化できません。要素: #Btb.#Rtb --> #Btb.#Rtb 結果: 部分 '#Btb.# からエクスポート '#Btb.#Rtb (ContractName="Microsoft.VisualStudio.Text.Classification.IClassifierProvider")' を取得できませんRtb'. 要素: #Btb.#Rtb (ContractName="Microsoft.VisualStudio.Text.Classification.IClassifierProvider") --> #Btb.#Rtb at System.ComponentModel.Composition.Hosting.CompositionServices.GetExportedValueFromComposedPart(ImportEngine エンジン、2.<CreateStronglyTypedLazyOfTM>b__1()
 at System.Lazy1.CreateValue() System.Lazy 1.LazyInitValue()
 at System.Lazy1.get_Value() Microsoft.VisualStudio.Text.Utilities.GuardedOperations.InvokeMatchingFactories[TExtensionInstance,TExtensionFactory,TMetadataView](IEnumerable 1 lazyFactories, Func2 getter, IContentType dataContentType, Object errorSource)

4

1 に答える 1

3

VSCommands 拡張機能は最新ですか? 同様のスタック トレースを生成する互換性の問題がありましたが、最新のリリースで修正されました。

于 2013-02-21T19:14:35.720 に答える