本帖最后由 梦想去旅行 于 2023-5-25 12:01 编辑
工程文件出现如下异常,无法保存,无法关闭,协作开发无法更新... 崩溃状态
## Exception
```json
{
"ClassName": "System.IO.DirectoryNotFoundException",
"Message": "未能找到路径“C:\\ProgramData\\Forguncy\\WILLIAM\\39\\UserService\\CloudStorageProvider\\providers”的一部分。",
"Data": {
"$type": "System.Collections.ListDictionaryInternal, mscorlib",
"System.Object": null
},
"InnerException": null,
"HelpURL": null,
"StackTraceString": " 在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
在 System.IO.FileSystemEnumerableIterator`1.CommonInit()
在 System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
在 System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
在 Forguncy.SaveLoad.t.c(String A_0)
在 Forguncy.SaveLoad.t.d(String A_0)
在 Forguncy.as.u(String A_0)
在 Forguncy.as.w(String A_0)
在 Forguncy.as.ag.d()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 Forguncy.as.af.d()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 Forguncy.Common.CollaborationManager.ac.f()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 Forguncy.Common.CollaborationManager.g.a.d()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 WPFBase.Common.TaskInfoHelper.<CreateAThreadCrossedAutoClosedWindowAsync>d__3.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 Forguncy.Common.CollaborationManager.ac.f()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 Forguncy.Views.RibbonCollaborationControl.b.c()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)",
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": "8
WinIOError
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.IO.__Error
Void WinIOError(Int32, System.String)",
"HResult": -2147024893,
"Source": "mscorlib",
"WatsonBuckets": null
}
```
|