• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MSCRM janmson
MS CRM顾问及二次开发
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页
2010年11月30日
“Cache-control”常见的取值有private、no -cache、max-age、must-revalidate等
摘要: 网页的缓存是由HTTP消息头中的“Cache-control”来控制的,常见的取值有private、 no-cache、max-age、must-revalidate等,默认为private。其作用根据不同的重新浏览方式分为以下几种情况:(1) 打开新窗口如果指定cache-control的值为private、no-cache、must-revalidate, 那么打开新窗... 阅读全文
posted @ 2010-11-30 12:37 韩建兴 阅读(450) 评论(0) 推荐(0)
2010年11月21日
SQL Server数据库服务器高性能设置(转载http://www.cnblogs.com/gaizai/archive/2010/11/16/1878349.html)
摘要: SQL Server数据库服务器高性能设置 数据库服务器主要用于存储、查询、检索企业内部的信息,因此需要搭配专用的数据库系统,对服务器的兼容性、可靠性和稳定性等方面都有很高的要求。 下面是进行笼统的技术点说明,为的是让大家有一个整体的概念,如果想深入可以逐个击破; 希望大家能一起补充完善。 一、服务器规划: 1. 使用64位的操作系统,最好是2008的;(Windows Server ... 阅读全文
posted @ 2010-11-21 15:29 韩建兴 阅读(255) 评论(0) 推荐(0)
2010年11月1日
System.InvalidOperationException at crm logon
摘要: Today I had a service call with Microsoft CRM Support. After the import of an organization into a development system at a client, it stopped working. Trying to logon CRM via web client fails with er... 阅读全文
posted @ 2010-11-01 18:25 韩建兴 阅读(345) 评论(0) 推荐(0)
2010年10月31日
"Load Data" in Microsoft Dynamics CRM E-mail Router returns a "401 unauthorized" error message
摘要: cause:The URL that is specified for your Microsoft Dynamics CRM deployment does not match the ADWebApplicationRootDomain value.Resolution: . To do this, follow these steps:Change the URL for your Micr... 阅读全文
posted @ 2010-10-31 16:02 韩建兴 阅读(249) 评论(0) 推荐(0)
2010年9月22日
Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider, Microsoft.Crm.WebServices, Versi
摘要: Microsoft.Crm.WebServices.Crm2007.MultipleOrganizationSoapHeaderAuthenticationProvider, Microsoft.Crm.WebServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' doesn't exist T... 阅读全文
posted @ 2010-09-22 16:42 韩建兴 阅读(208) 评论(0) 推荐(0)
2010年8月19日
Read Isv Solution Web.Config
摘要: public Who() { Configuration configuration = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration("/ISV/demo/KBSearch"); username = configuration.AppSettings.Settings["UserName"].Val... 阅读全文
posted @ 2010-08-19 23:21 韩建兴 阅读(184) 评论(0) 推荐(0)
[MS CRM Reports]英文格式的日期
摘要: CDate(First(Fields!esp_ext_date.Value, "DataSet1")).ToString ("MMM - dd- yyy",System.Globalization.CultureInfo.GetCultureInfo ("EN-US") ).ToUpper ()) 阅读全文
posted @ 2010-08-19 11:02 韩建兴 阅读(155) 评论(0) 推荐(0)
2010年8月15日
[MSCRM]突破Tab页8的限制
摘要: In: C:\Program Files\Microsoft CRM Server\CRMWeb\Tools\FormEditor find your formeditor.aspx and select “edit.” Find the JavaScript variable “_iMaxTabs” and notice that it is ... 阅读全文
posted @ 2010-08-15 18:14 韩建兴 阅读(170) 评论(0) 推荐(0)
2010年8月12日
取到Picklist的值
摘要: DECLARE @EntityName nvarchar(100)DECLARE @AttributeName nvarchar(100)set @EntityName ='salesorder'set @AttributeName='shippingmethodcode'SELECT a.AttributeValue , a.Value FROM StringMap as a , Entity ... 阅读全文
posted @ 2010-08-12 17:13 韩建兴 阅读(237) 评论(0) 推荐(0)
2010年7月31日
Container.DataItem扩展(转)
摘要: 灵活的运用数据绑定操作 绑定到简单属性:<%#UserName%> 绑定到集合:<asp:ListBox id="ListBox1" datasource='<%# myArray%>' runat="server"> 绑定到表达式:<%#(class1.property1.ToString() + "," + class1.property2.... 阅读全文
posted @ 2010-07-31 16:13 韩建兴 阅读(292) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3