会发生这种错误的环境:ASP.NET 或 XML情况:一个原本运行正常的C#页面,因为SQL的密码更改后一直出现“分析 EntityName 时出错”错误,验证过web.config的SQL ConnectionString的密码是更改后的。 在百思不得其解中,发现VisualStudio(20.....
分类:
Web程序 时间:
2014-09-13 10:33:35
阅读次数:
275
function getObjectTypeCodeByName(entityName){ try { var lookupService = new RemoteCommand("LookupService", "RetrieveTypeCode"); lo...
分类:
Web程序 时间:
2014-08-28 13:16:39
阅读次数:
179
需求:将接报时间加上到期提醒时间后得到的值,更新到字段“到期截止时间”
Js调用:
//设置到期截止时间
function setDeadLine(){
var recordId = Xrm.Page.data.entity.getId();
var entityName = Xrm.Page.data.entity.getEntityName();
v...
目录名中的特殊字符导致Visual Studio视窗设计器解析错误。
分类:
其他好文 时间:
2014-06-18 19:59:37
阅读次数:
171
会发生这种错误的环境:ASP.NET 或
XML情况:一个原本运行正常的C#页面,因为SQL的密码更改后一直出现“分析 EntityName 时出错”错误,验证过web.config的SQL
ConnectionString的密码是更改后的。在百思不得其解中,发现VisualStudio(2008)...
分类:
其他好文 时间:
2014-05-18 19:18:50
阅读次数:
308