- 积分
- 0
- 在线时间
- 4 小时
- 主题
- 1
- 注册时间
- 2019-1-16
- 帖子
- 5
- 最后登录
- 2019-6-28
- 帖子
- 5
- 软币
- 106
- 在线时间
- 4 小时
- 注册时间
- 2019-1-16
|
我用的VS2012加DevExpress13.2开发的一个项目,DevExpress13.2是破解的,前期在开发环境正常,后期突然抛如下异常,可以确认这个异常是因盗版的DevExpress调用XtraForm引起,有谁遇到过这个问题吗?
/*************************************
未处理System.AccessViolationException HResult=-2147467261
Message=尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
Source=mscorlib
StackTrace:
在 System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
在 System.AppDomain.nExecuteAssembly(RuntimeAssembly assembly, String[] args)
在 System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
在 Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
在 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.Threading.ThreadHelper.ThreadStart()
InnerException:
|
|