这是本文档旧的修订版!
武汉明源内部开发、测试、ODC使用。即:武汉明源内网用户才能使用。
开发狗支持两种License格式,即:License.xml、License2.xml。以下针对这两种场景分别说明。
1、下载开发狗证书文件:http://dogservice.mysoft.com.cn:52723
2、用记事本打开Web.config,找到SoftDog节点,将值调整为DeveloperDog。
<!--重构ERP是这样--> <softDog dogType="DeveloperDog"></softDog> <!--核心ERP是这样--> <add key="SoftDogType" value="DeveloperDog" />
3、确保WebConfig的AppSettings下不存在ERP-License-ProductVersion节点。如果存在,要删除。
1、下载开发狗证书文件:http://dogservice.mysoft.com.cn:52723
2、用记事本打开Web.config,找到SoftDog节点,将值调整为DeveloperDog。
<!--重构ERP是这样--> <softDog dogType="DeveloperDog"></softDog> <!--核心ERP是这样--> <add key="SoftDogType" value="DeveloperDog" />
3、检查是否存在ERP-License-ProductVersion节点。如果不存在,在AppSettings节点下增加以下内容:
<add key="ERP-License-ProductVersion" value="xxxx"/>
4、编辑ERP-License-ProductVersion节点,设置节点的值为License2文件中的部署标识。步骤如下:
<add key="ERP-License-ProductVersion" value="ERP3.5.2SP4"/>