0

我安裝了visual studio 2013 update 4。最近我爲VS 2013安裝了node.js擴展。它工作正常。然後我也安裝了Visual Studio代碼。但這導致VS 2013在啓動時掛起VS 2013安裝nodejs擴展和可視化的stuio代碼後掛起?

我試着卸載Visual Studio代碼。但VS 2013仍然在啓動時掛起。

這裏是ActivityLog.xml

</activity> 
     . 
     . 
     . 
     . 
    <entry> 
     <record>1065</record> 
     <time>2016/03/16 16:02:44.666</time> 
     <type>Information</type> 
     <source>VisualStudio</source> 
     <description>Entering function CVsPackageInfo::HrInstantiatePackage</description> 
     <guid>{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}</guid> 
     </entry> 
     <entry> 
     <record>1066</record> 
     <time>2016/03/16 16:02:44.666</time> 
     <type>Information</type> 
     <source>VisualStudio</source> 
     <description>Begin package load [NodejsPackage]</description> 
     <guid>{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}</guid> 
     </entry> 
     <entry> 
     <record>1067</record> 
     <time>2016/03/16 16:02:44.672</time> 
     <type>Information</type> 
     <source>VisualStudio</source> 
     <description>Entering function VBDispatch::GetTypeLib</description> 
     </entry> 
     <entry> 
     <record>1068</record> 
     <time>2016/03/16 16:02:44.672</time> 
     <type>Information</type> 
     <source>VisualStudio</source> 
     <description>Leaving function VBDispatch::GetTypeLib</description> 
     <guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid> 
     </entry> 
     <entry> 
     <record>1069</record> 
     <time>2016/03/16 16:02:44.808</time> 
     <type>Information</type> 
     <source>VisualStudio</source> 
     <description>End package load [NodejsPackage]</description> 
     <guid>{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}</guid> 
     </entry> 
    </activity> 

現在我該怎樣卸載Node.js的擴展,因爲我無法甚至開始VS

回答

0

我希望你現在已經找到了解決方案的最後5個條目,但是我遇到了與VS 2013和Node.js相同的問題,尤其是在我安裝了Visual Studio的工具Nodejs Tools(如果我記得,版本爲1.1)。雖然不清楚它確實存在的原因,但刪除工具確實解決了啓動問題。

我正在收到一個有害的「微軟Visual Studio正在等待一項操作完成」的錯誤,在我的大部分項目中,系統會掛起而沒有迴應。我能夠找到一個小的(非常簡單的「hello world」)Node.js應用程序,它可以加載並允許VS再次響應。我的C#或其他解決方案/項目都沒有工作,也沒有從命令行簡單地啓動它。我的情況下的日誌文件並不表示有任何問題。

解決方案: 工具 - >擴展和更新指出Node.js工具需要通過控制面板卸載。通過控制面板/程序和功能刪除應用程序後,問題自行解決。但是我不再能夠訪問Node.js工具。猜猜它是回vim ...

我還沒有安裝更新5,但沒有跡象表明這是必要的。我會在更新後再試一次,看看它是否能解決任何問題,如果有問題會報告回來。