03 2011 档案
摘要: 下面主要代码为主,一些记录,以备不时只需!1.新建一个类库项目TaskEventHandler view sourceprint?01using System; 02using System.Collections.Generic; 03using System.Linq; 04using System.Text; 05using Microsoft.SharePoint; 06using Microsoft.SharePoint.Utilities; 07using System.IO; 0809namespace EventHandler 10{ 11public class TaskEv阅读全文
摘要: If you are getting the error when opening an Infopath Form ‘Error occured Accessing Data Source Error ID 5566′ its normally an authentication issue with the datasource the form is trying to retrieve data from. This normally occurs in ‘cross domain’ environments. The fix for me was to disable the ‘Au阅读全文

