文章目录
- 金蝶云星空打开应用报错'D:\WorkSpace\XXXX\XXXX_k3Cloud' is already locked.
- 报错界面
- 报错内容
- 原因分析
- 解决方案
- 工作空间下清除项目Clean up
- 应用下-清除SVN锁定
- 重新打开应用就可以了
金蝶云星空打开应用报错’D:\WorkSpace\XXXX\XXXX_k3Cloud’ is already locked.
报错界面
报错内容
发生时间: 2023-12-22 11:01:13
错误来源: System.Windows.Forms
错误信息: 'D:\WorkSpace\XXXX\XXXXXXX_k3Cloud' is already locked.
===================================================
调用堆栈:
在 System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
在 System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
在 Kingdee.BOS.WinForm.KDWaitForm.PrivateDoTask(Form owner, Action act)
在 Kingdee.BOS.WinForm.KDWaitForm.OnShown(EventArgs e)
在 System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
在 System.Windows.Forms.Control.InvokeMarshaledCallbacks()
错误数据: System.Collections.ListDictionaryInternal
原因分析
遇到这种问题的原因有很多,网络慢,磁盘不够,用户取消等等,导致svn代码被锁定;
解决方案
工作空间下清除项目Clean up