WF開發中的問題

在開發工作流程的時候,碰到大量的低級問題,浪費了大量的時間,在這裡記錄下來備查。很多時候有些莫名其妙的問題,比如工作流程無法斷點調試(包含其他ASPX),新工作流程無法應用等,這時候都是IIS對.net的緩衝沒有更新的問題。解決辦法是,刪除C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files 

IIS匿名使用者密碼重設

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

The user does not exist or is not unique錯誤

     今天在將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

DotNetZip中文亂碼問題

(轉自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 =

突破list存為模板為10M限制

一列表要導到另一個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

sharepoint failed to connect to the configuration database錯誤

     在修複安裝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

工作流程不發送郵件給審批人Approval Workflow does not send Email to approvers

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.

頁面上放個人資訊

如何將使用者的個人資訊,如部門,顯示在頁面上呢?使用SPD開啟頁面,可以是主版頁面和布局頁面。1.引入DLL<%@ Register Tagprefix="SharePointWebControls" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %

SMTP無法發送郵件

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

寺廟裡的那點蕩事兒

【師傅,你知道我在想誰嗎?】【昨天那個女施主。】【你怎麼知道。】【我也在想。】【那你怎麼睡得著?】【那是大方丈的閨女,想也白想。】 /來自中華網社區 club.china.com/       【師傅,想必我在廟裡呆不久了,我怕我控制不住自己。】【還想她呢?】【嗯。】【那就別控制了,為師傳你一套迷魂經。】【你怎麼不用?】【此經一生一念,一念一緣,我已經有你師娘了。】【我靠,那我還是等等看還有沒有更合適的吧。】【操,沒用,都會膩的。】/來自中華網社區 club.china.com/       【

Event ID 5553 failure trying to synch site”xxxx” for ContentDB “xx” WebApp &

轉自http://www.cnblogs.com/DongJie1982/archive/2008/06/30.html當用stsadm.exe 工具 backup 一個網站集合然後 restore到其他Application 上,Event Log裡面經常出現下列錯誤:Event Type: ErrorEvent Source: Office SharePoint ServerEvent Category: User Profiles Event ID: 5553Date:  4/28/200

“Serialization.SerializationException: 在分析完成之前就遇到流結尾”解決方案

 在做工作流程的時候,碰到這個問題。查了2天,也看了老柴部落格上的文章,明白是因為自己的類無法被序列化的問題。但是將自己的類給排除掉,還是有這樣的問題。經過一個一個變數的尋找,發現是因為自己的圖省事,將web和site申明為了類層級的變數,取消掉該變數,問題解決。另:有些類型不支援序列化,大家可以查查。再另:某些私人化的變數無法被序列化,需要顯示的標記它為無需序列化。<NonSerialized()> Private anyAttrField() As

Cannot open Proj.en-US.resx: no such file or folder

 cd /d "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Resources"copy avm.resx avm.en-US.resxcopy compproc.resx compproc.en-US.resxcopy ep.resx ep.en-US.resxcopy er.resx er.en-US.resxcopy hlpdsk.resx hlpdsk.en-US.resxcopy

SPUtility.TransferToErrorPage&SPUtility.TransferToSuccessPage

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

aspx工作流程中ExtendedProperties資料無法讀取

簡單來說是因為拓展的屬性名稱出現了重複,在出現重複的情況下,會以欄位的Guid的形勢展現。解決辦法:不要使用和欄位中相同名稱的雜湊表欄位。在無法使用ExtendedProperties[“Name”]得到資料的時候,使用ExtendedProperties["FieldGuid"]來得到資料。 Just like to say a big thanks to Andrew Carter for pointing me in the right direction on this

Remote Debugging GAC’d Assemblies in SharePoint

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

推薦一個操作Zip檔案的開源類庫:DotNetZip )

DotNetZip 是一個短小易用的用來操作 zip 檔案的 .NET 類庫,支援.NET的任何語言,可很方便的建立,讀取,和更新zip檔案。而且還可以使用在.NETCompact Framework中。下面是一些簡單的例子:1.加密壓縮:using (ZipFile zip = new ZipFile()){zip.Password = sPassword; //set pwdzip.AddDirectory(sZipDir);zip.Save(sSavePath + @"\" +

Feature”xxx” for list template “xxx” is not installed in this farm

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

當我耙梳的時候,出現這樣的錯誤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

ToString參數格式化

轉自http://www.cnblogs.com/csxyy/archive/2007/07/28/834536.html格式化數值:有時,我們可能需要將數值以一定的格式來呈現,就需要對數值進行格式化。我們使用格式字串指定格式。格式字串採用以下形式:Axx,其中 A 為格式說明符,指定格式化類型,xx 為有效位數規範,控制格式化輸出的有效位元或小數位元。 格式說明符說明樣本輸出C貨幣2.5.ToString("C")¥2.50 D十進位數25.ToString("D5")00025E科學型250

總頁數: 61357 1 .... 9815 9816 9817 9818 9819 .... 61357 Go to: 前往

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.