Debugging VS2017 Chrome调试错误

Debugging VS2017 Chrome调试错误,debugging,google-chrome-devtools,visual-studio-2017,Debugging,Google Chrome Devtools,Visual Studio 2017,我在运行我的应用程序时遇到了一个错误,我认为这是VS2017新Chrome调试功能的一个缺陷 我有一个ASP.NET核心项目托管一个Aurelia SPA。当我在调试模式下运行应用程序时,它会启动,几秒钟后我会收到一条错误消息。如果我在VS工具/选项中关闭Chrome调试,那么错误就会消失。此外,如果我在发布模式下运行应用程序,我不会收到错误。我希望能够使用这个新功能,因为我经常使用谷歌浏览器 下面是我收到的错误消息-Visual Studio弹出窗口显示: (注意:MyProject是我的项目

我在运行我的应用程序时遇到了一个错误,我认为这是VS2017新Chrome调试功能的一个缺陷

我有一个ASP.NET核心项目托管一个Aurelia SPA。当我在调试模式下运行应用程序时,它会启动,几秒钟后我会收到一条错误消息。如果我在VS工具/选项中关闭Chrome调试,那么错误就会消失。此外,如果我在发布模式下运行应用程序,我不会收到错误。我希望能够使用这个新功能,因为我经常使用谷歌浏览器

下面是我收到的错误消息-Visual Studio弹出窗口显示:

(注意:MyProject是我的项目的名称-它是我的解决方案中的几个项目之一。)

当我查看诊断日志时,以下是相关信息:

===================== 2017年3月21日12:37:25下午 可恢复 System.AggregateException:发生一个或多个错误。-->System.ArgumentException:树中已存在标题为“MyProject”的项,其排序顺序与要添加的项相同。 在Microsoft.VisualStudio.ProjectSystem.Designers.ProjectTree.Add(UnattachedProjectTreeNode节点)上 位于Microsoft.VisualStudio.ProjectSystem.Designers.ProjectTree.Add(IProjectTree子树) 在Microsoft.VisualStudio.ProjectSystem.Designers.ProjectDirectoryTreeProvider.d_u64.MoveNext()上 ---来自引发异常的上一个位置的堆栈结束跟踪--- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskWaiter.HandleNonSuccessAndDebuggerNotification(任务任务)中 在Microsoft.VisualStudio.ProjectSystem.Designers.ProjectDirectoryTreeProvider.d_u64.MoveNext()上 ---来自引发异常的上一个位置的堆栈结束跟踪--- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskWaiter.HandleNonSuccessAndDebuggerNotification(任务任务)中 在Microsoft.VisualStudio.ProjectSystem.Designers.ProjectDirectoryTreeProvider.d_u64.MoveNext()上 ---来自引发异常的上一个位置的堆栈结束跟踪--- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskWaiter.HandleNonSuccessAndDebuggerNotification(任务任务)中 在Microsoft.VisualStudio.ProjectSystem.Designers.ProjectDirectoryTreeProvider.d_u64.MoveNext()上 ---来自引发异常的上一个位置的堆栈结束跟踪--- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskWaiter.HandleNonSuccessAndDebuggerNotification(任务任务)中 在Microsoft.VisualStudio.ProjectSystem.Designers.ProjectDirectoryTreeProvider.d_u64.MoveNext()上 ---来自引发异常的上一个位置的堆栈结束跟踪--- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskWaiter.HandleNonSuccessAndDebuggerNotification(任务任务)中 在Microsoft.VisualStudio.ProjectSystem.Designers.ProjectDirectoryTreeProvider.d_u63.MoveNext()上 ---来自引发异常的上一个位置的堆栈结束跟踪--- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskWaiter.HandleNonSuccessAndDebuggerNotification(任务任务)中 在Microsoft.VisualStudio.ProjectSystem.ProjectTreeProviderBase.TreeUpdateSubmission.d_u25.MoveNext()上 ---来自引发异常的上一个位置的堆栈结束跟踪--- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskWaiter.HandleNonSuccessAndDebuggerNotification(任务任务)中 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(任务任务) 在Microsoft.VisualStudio.ProjectSystem.ProjectTreeProviderBase.c__DisplayClass95_0.d.MoveNext()中 ---来自引发异常的上一个位置的堆栈结束跟踪--- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskWaiter.HandleNonSuccessAndDebuggerNotification(任务任务)中 在Microsoft.VisualStudio.ProjectSystem.ProjectTreeProviderBase.c__DisplayClass102_0.d.MoveNext()中 ---来自引发异常的上一个位置的堆栈结束跟踪--- 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()中 在Microsoft.VisualStudio.ProjectSystem.CommonProjectSystemTools.Rethrow(异常示例) 在Microsoft.VisualStudio.ProjectSystem.ProjectErrorReporting.c__DisplayClass6_0.b__0()上 在Microsoft.VisualStudio.ProjectSystem.ExceptionFilter.c\u DisplayClass2\u 0.b\u 0()中 at GuardMethodClass.GuardMethod(Func
1,Func
2,Func`2) ---内部异常堆栈跟踪的结束---

有什么建议吗

The project system has encountered an error.
An item with the caption 'MyProject already exists in the tree 
with the same sort order as the item being added.`

A diagnostic log has been written to the following location:  "D:\Users\Me\AppData\Local\Temp\VsProjectFault_042fb691-7e08-4bae-8d66-d200fc06349e.failure.txt."