2015-04-03 213 views
9

我的項目已停止加載 - Visual Studio 2013崩潰,我真的很擔心,我將無法繼續我的項目解決方案的工作。我在Visual Studio的活動日誌中發現了這個錯誤,但我不知道它是什麼意思,任何人都可以幫忙?Visual Studio崩潰時打開項目

Visual Studio 確實開放它自己的,但我不能運行我一直在努力的項目解決方案。

<record>818</record> 
    <time>2015/04/03 14:42:01.839</time> 
    <type>Information</type> 
    <source>VisualStudio</source> 
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description> 
    <guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid> 
    </entry> 
    <entry> 
    <record>819</record> 
    <time>2015/04/03 14:42:01.839</time> 
    <type>Warning</type> 
    <source>VisualStudio</source> 
    <description>Unexpected system error mode before loading package [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]</description> 
    <guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid> 
    </entry> 
    <entry> 
    <record>820</record> 
    <time>2015/04/03 14:42:01.839</time> 
    <type>Information</type> 
    <source>VisualStudio</source> 
    <description>Begin package load [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]</description> 
    <guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid> 
    </entry> 
    <entry> 
    <record>821</record> 
    <time>2015/04/03 14:42:02.158</time> 
    <type>Error</type> 
    <source>VisualStudio</source> 
    <description>SetSite failed for package [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]</description> 
    <guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid> 
    <hr>80131500</hr> 
    <errorinfo>No exports were found that match the constraint: 
    ContractName Microsoft.VisualStudio.Utilities.IContentTypeRegistryService 
    RequiredTypeIdentity Microsoft.VisualStudio.Utilities.IContentTypeRegistryService</errorinfo> 
    </entry> 
    <entry> 
    <record>822</record> 
    <time>2015/04/03 14:42:02.160</time> 
    <type>Error</type> 
    <source>VisualStudio</source> 
    <description>End package load [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]</description> 
    <guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid> 
    <hr>80131500</hr> 
    <errorinfo>No exports were found that match the constraint: 
    ContractName Microsoft.VisualStudio.Utilities.IContentTypeRegistryService 
    RequiredTypeIdentity Microsoft.VisualStudio.Utilities.IContentTypeRegistryService</errorinfo> 
    </entry> 
+0

可能的重複[錯誤消息「找不到與約束契約名稱匹配的導出」](http://stackoverflow.com/questions/17596543/error-message-no-exports-were-found-that-match -the約束合同名稱) – 2015-04-03 21:24:52

回答

相關問題