我遇到过这样的问题,不知道如何解决。 这是日志文件:
可恢复的 System.ArgumentException:值不在范围内 预期范围。在 System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 错误代码、IntPtr 错误信息)位于 Microsoft.VisualStudio.Shell.RunningDocumentTable.UnlockDocument(_VSRDTFLAGS 锁类型,UInt32 cookie)位于 Microsoft.VisualStudio.ProjectSystem.VS.Implementation.ProjectFrameOpenCloseListener.FrameEventsLifetime.<>c__DisplayClass20_0.
d.MoveNext() --- 从先前抛出异常的位置开始的堆栈跟踪结束 --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务 任务)在 Microsoft.VisualStudio.Threading.JoinableTask.CompleteOnCurrentThread() 在 Microsoft.VisualStudio.Threading.JoinableTask 1 异步操作)在 Microsoft.VisualStudio.ProjectSystem.VS.HResult.Invoke(Func`1 操作, IServiceProvider vsShellServiceProvider、IProjectFaultHandlerService 项目FaultHandlerService、UnconfiguredProject 项目)1.CompleteOnCurrentThread() at Microsoft.VisualStudio.ProjectSystem.ProjectMultiThreadedService.ExecuteSynchronously[T](Func
====================
我用的是.Net6,这会是一个问题吗?
请清洁您的溶液, 有可能,您的应用程序已经开始运行了..