码迷,mamicode.com
首页 >  
搜索关键字:entityname    ( 25个结果
错误:分析 EntityName 时出错 web配置
会发生这种错误的环境:ASP.NET 或 XML情况:一个原本运行正常的C#页面,因为SQL的密码更改后一直出现“分析 EntityName 时出错”错误,验证过web.config的SQL ConnectionString的密码是更改后的。 在百思不得其解中,发现VisualStudio(20.....
分类:Web程序   时间:2014-09-13 10:33:35    阅读次数:275
MSCRM2011用JS获取实体ObjectTypeCode
function getObjectTypeCodeByName(entityName){ try { var lookupService = new RemoteCommand("LookupService", "RetrieveTypeCode"); lo...
分类:Web程序   时间:2014-08-28 13:16:39    阅读次数:179
4、CRM2011编程实战——将窗体中指定控件的值做处理后更新到另一个字段中
需求:将接报时间加上到期提醒时间后得到的值,更新到字段“到期截止时间” Js调用: //设置到期截止时间 function setDeadLine(){ var recordId = Xrm.Page.data.entity.getId(); var entityName = Xrm.Page.data.entity.getEntityName(); v...
分类:Windows程序   时间:2014-07-29 17:54:52    阅读次数:292
“分析EntityName出错”,视窗设计器你这是闹哪样?
目录名中的特殊字符导致Visual Studio视窗设计器解析错误。
分类:其他好文   时间:2014-06-18 19:59:37    阅读次数:171
【转】错误:分析 EntityName 时出错
会发生这种错误的环境:ASP.NET 或 XML情况:一个原本运行正常的C#页面,因为SQL的密码更改后一直出现“分析 EntityName 时出错”错误,验证过web.config的SQL ConnectionString的密码是更改后的。在百思不得其解中,发现VisualStudio(2008)...
分类:其他好文   时间:2014-05-18 19:18:50    阅读次数:308
25条   上一页 1 2 3
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!