jos*_*ode 2 c# razor visual-studio-2015
当我尝试在Visual Studio 2015 Update 2中合并cshtml文件时,我一直收到这个通用错误,然后VS会崩溃:我检查了日志,但它们根本没用.如下所示,错误是遇到异常.这可能是由扩展引起的.
这可能是抛出错误的地方.不确定
<entry>
<record>3863</record>
<time>2016/07/20 14:11:46.766</time>
<type>Error</type>
<source>Editor or Editor Extension</source>
<description>System.ArgumentNullException: Value cannot be null.
Parameter name: key
 at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
 at Microsoft.VisualStudio.Html.Package.Extensions.ExtensionsManager.OnTextViewCreated(ITextView textView, ITextBuffer textBuffer)
 at Microsoft.Web.Editor.Controller.TextViewConnectionListener.OnTextViewGotAggregateFocus(ITextView textView, ITextBuffer textBuffer)
 at Microsoft.VisualStudio.Html.Package.Commands.Html.VsHtmlTextViewConnectionListener.OnTextViewGotAggregateFocus(ITextView textView, ITextBuffer textBuffer)
 at Microsoft.Web.Editor.Controller.TextViewConnectionListener.<>c__DisplayClass24_0.<OnTextViewConnected>b__0(Object sender, EventArgs eventArgs)
 at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent(Object sender, EventHandler eventHandlers)</description>
</entry>
<entry>
Run Code Online (Sandbox Code Playgroud)
这使得我必须手动合并我的cshtml文件.我尝试修复VS 2015并试图禁用一堆扩展,但它仍然存在.
| 归档时间: |
|
| 查看次数: |
570 次 |
| 最近记录: |