WPF 開發/(其餘xaml app 的開發) 的時候 設計視圖功能很是方便 不過有時候常常遇到 設計器加載失敗的狀況,緣由不少 不少時候是代碼問題致使,設計器沒法展示視圖,也有sliverlight sdk 與WP sdk 的安裝 致使 設計器打不開 網上這種解決方案不少 ,不過在隨着win8/wp8開發 VS2012開始普及, VS2012 出現了 新的視圖異常 app
異常以下: Microsoft.Internal.Assumes+InternalErrorException: Internal error occurred. Additional information: ''. at System.ComponentModel.Composition.Hosting.ImportEngine.InPrerequisiteLoop() at System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportsStateMachine(PartManager partManager, ComposablePart part) atide
System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImports(PartManager partManager, ComposablePart part, Boolean shouldTrackImports) at System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImports(ComposablePart part) at System.ComponentModel.Composition.Hosting.CompositionServices.GetExportedValueFromComposedPart(ImportEngine engine, ComposablePart part, ExportDefinition definition) at System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportedValue(CatalogPart part, ExportDefinition export, Boolean isSharedPart) at System.ComponentModel.Composition.Hosting.CatalogExportProvider.CatalogExport.GetExportedValueCore() at System.ComponentModel.Composition.Primitives.Export.get_Value() at System.ComponentModel.Composition.ExportServices.GetCastedExportedValue[T](Export export) at System.ComponentModel.Composition.ExportServices.<>c__DisplayClass4`2.<CreateStronglyTypedLazyOfTM>b__1() at System.Lazy`1.CreateValue() at System.Lazy`1.LazyInitValue() at System.Lazy`1.get_Value() at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.InvokeMatchingFactories[TExtensionInstance,TExtensionFactory,TMetadataView](IEnumerable`1 lazyFactories, Func`2 getter,oop
這種異常以後 整個VS 視圖設計 崩潰, 即時新建的xaml項目 也不能看到視圖 ,這給開發帶來不少麻煩 ,不少人重裝,網上也有說更新VS2012 至3.0 這都比較麻煩網站
鬱悶好久 仍是在國外一網站上找了到 一個方法 ui
先關閉Vs2012 而後 打開註冊表 找到 註冊表 的 相關 目錄 HKEY_CURRENT_USER\Software\Microsoft\VSCommon HKEY_CURRENTUSER\Software\Microsoft\VisualStudio 刪除 這2個 目錄下的全部 文件 [這是VS2012 的配置文件] 這覺得着初始了VS2012的設置 ,重啓VS2012後 要從新設置相關配置, 此時打開 或者新建項目 視圖顯示正常 問題解決 但願對遇到一樣問題的朋友 有所幫助..設計