梦想去旅行 发表于 2023-5-25 10:59:27

【8.0.102】未能找到路径“...CloudStorageProvider\\providers”的一部分。

本帖最后由 梦想去旅行 于 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
}
```



Lay.Li 发表于 2023-5-25 11:43:07

好的,问题解决了就好,后边有问题欢迎您继续发帖交流:loveliness:

梦想去旅行 发表于 2023-5-25 11:54:49

Lay.Li 发表于 2023-5-25 11:43
好的,问题解决了就好,后边有问题欢迎您继续发帖交流

重新拉取,也不行

梦想去旅行 发表于 2023-5-25 12:03:27

在路径C:\ProgramData\Forguncy中的工程目录修复此目录CloudStorageProvider,才能解决,为什么CloudStorageProvider目录会缺失文件,目前未知,应该是活字格Bug吧。

梦想去旅行 发表于 2023-5-25 12:09:34

梦想去旅行 发表于 2023-5-25 12:03
在路径C:\ProgramData\Forguncy中的工程目录修复此目录CloudStorageProvider,才能解决,为什么CloudStorag ...

附件为修复目录CloudStorageProvider的文件结构

Lay.Li 发表于 2023-5-25 15:09:42

大佬,您现在的问题解决了吗
一般协同工程打不开,都是由于缓存信息错误造成的,可以尝试删除文档->ForguncyCollaboration文件夹下的协同工程文件夹,然后重新打开试试:loveliness:



页: [1]
查看完整版本: 【8.0.102】未能找到路径“...CloudStorageProvider\\providers”的一部分。