欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

管家婆 crm9.2 sp2 升级问题帮助和解决方案

最编程 2024-04-30 20:13:26
...

升级过程中发生如下问题:

弹出对话框1:升级完成,但是有错误产生。

弹出对话框2:
升级数据库发生错误:An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
重装了.net,还是不能解决问题
哪位大侠帮我指点指点,谢谢了

解决方案:
找到了哈,在升级补丁那个 PackTool.exe.config 文件中,加入
   <runtime>
      <loadFromRemoteSources enabled="true"/>
   </runtime>

PS:
.net 默认不允许从远程位置(共享文件夹)运行,我之前也遇过,不过忘记怎么处理了~回头再研究看看