码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-02-03 13:04:45      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:

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

弹出对话框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 默认不允许从远程位置(共享文件夹)运行,我之前也遇过,不过忘记怎么处理了~回头再研究看看

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

标签:

原文地址:http://www.cnblogs.com/qianduan/p/4269480.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!