在開發工作流程的時候,碰到大量的低級問題,浪費了大量的時間,在這裡記錄下來備查。很多時候有些莫名其妙的問題,比如工作流程無法斷點調試(包含其他ASPX),新工作流程無法應用等,這時候都是IIS對.net的緩衝沒有更新的問題。解決辦法是,刪除C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
IIS Anonymous User Account Reset PasswordIf you get this:HTTP 401.1: DENIED BY INVALID USER CREDENTIALS:This error code will have you focus on the credentials of the IUSR account. If you are receiving a 401.1, from a IIS perspective it means we have
今天在將SSP中的使用者匯入到web的時候,碰到The user does not exist or is not unique錯誤,與管理員聯絡後發現該使用者已經被刪除。遂以為是我同步周期問題,重新完全匯入了下使用者,問題依舊。該User依舊存在。 網上查了下,如果是Form認證是需要MemberShip的(http://forums.msdn.microsoft.com/en-US/sharepointdevelopment/thread/db46ab8f-9594-487
(轉自http://www.cnblogs.com/carysun/archive/2009/02/11/DotNetZip.html)DotNetZip 是一個短小易用的用來操作 zip 檔案的 .NET 類庫,支援.NET的任何語言,可很方便的建立,讀取,和更新zip檔案。而且還可以使用在.NETCompact Framework中。下面是一些簡單的例子:1.加密壓縮:using (ZipFile zip = new ZipFile()) { zip.Password =
一列表要導到另一個site中,但大於10M,沒辦法存為模板出來,google了一下,發現這方法,給大家共用之.最大也只能500M。原文Saving a list as a template is an easy way of transferring data from one place to another in SharePoint. By default, however, the maximum size of list templates in WSS 3.0 and MOSS 20
在修複安裝sharpoint的時候,出現該錯誤,按MSDN的檢查,沒有發現問題。重新安裝SQL2005的時候,發現原來是SQL的問題,需要修複一下WMI,同時伴隨著SQL安裝自檢不通過。使用指令碼修複下即可。 @echo on cd /d c:\temp if not exist %windir%\system32\wbem goto TryInstall cd /d %windir%\system32\wbem net stop winmgmt winmgmt /kill
Thanks to Bryant Duke for this one:http://forums.microsoft.com/technet/showpost.aspx?postid=1964290&siteid=17&sb=0&d=1&at=7&ft=11&tf=0&pageid=1I finally found the underlying problem with email being sent with the Workflow.
ISSUE : SMTP Configuration - Unspecified ErrorA new SMTP related issue has been brought to our notice and we are currently working on fixing it. This post provides information about an issue under investigation and is subject to change.SYMPTOMSWhen
在做工作流程的時候,碰到這個問題。查了2天,也看了老柴部落格上的文章,明白是因為自己的類無法被序列化的問題。但是將自己的類給排除掉,還是有這樣的問題。經過一個一個變數的尋找,發現是因為自己的圖省事,將web和site申明為了類層級的變數,取消掉該變數,問題解決。另:有些類型不支援序列化,大家可以查查。再另:某些私人化的變數無法被序列化,需要顯示的標記它為無需序列化。<NonSerialized()> Private anyAttrField() As
CodigoEl Modelo de Objetos de WSS (clase SPUtilities) dispone de los métodos TransferToErrorPage y Transfer ToSuccessPage que se pueden utilizar para mostrar un texto y un vínculo en las paginas por defecto.TransferToErrorPage:Tiene dos
簡單來說是因為拓展的屬性名稱出現了重複,在出現重複的情況下,會以欄位的Guid的形勢展現。解決辦法:不要使用和欄位中相同名稱的雜湊表欄位。在無法使用ExtendedProperties[“Name”]得到資料的時候,使用ExtendedProperties["FieldGuid"]來得到資料。 Just like to say a big thanks to Andrew Carter for pointing me in the right direction on this
Like alot of people in the SharePoint development community I have been using a VPC to do debugging of code through SharePoint. I don't really like this because for one, running an enterprise level application plus visual studio with a laptop and
An error occured while rendering navigation for requested url,Feature"xxx" for list template "xxx" is not installed in this farm.該錯誤是因為將安裝過核心模板ApplicationTemplateCore.wsp的網站restore到沒有安裝過核心模板的機器上的原因。解決辦法:C:\Program Files\Common Files\Microsoft Shared\
當我耙梳的時候,出現這樣的錯誤Value was either too large or too small for a UInt32. at System.Convert.ToUInt32(Double value) at Microsoft.SharePoint.ApplicationPages.SPListInfo.get_ItemCount() at