Need to write a CAML Query that filters against a Lookup Column?
There are two options to do this -- one is based on the value and the other on the ID. Unfortunately MSDN doesn't provide any help at all on the…
There are two options to do this -- one is based on the value and the other on the ID. Unfortunately MSDN doesn't provide any help at all on the…
This article was copied from here... More information can be found here: http://office.microsoft.com/en-us/windows-sharepoint-services-help/CH010065006.aspx I was recently tasked with resolving a date issue for a Global Portal. People outside the…
Update xml file in manifest ( MSDN article: http://msdn.microsoft.com/en-us/library/ms412929.aspx ): ResetWebServer="FALSE" ResetWebServerModeOnUpgrade="Recycle" DeploymentServerType="WebFrontEnd" The result is the following process will NOT reset the entire farm stsadm -o retractsolution -name %SolutionName%…
Here is a great link to all of the SharePoint versions and the downloads for the hotfixes and CUs http://todd-carter.com/page/SharePointVersions.aspx
This is copied from here The first place to start is by adding a web reference to your project. You can query SharePoint Search or Enterprise Search in the exact…
http://sharepointexception.wordpress.com/ http://blogs.msdn.com/b/jannemattila/archive/2008/02/23/crm-4-0-sharepoint-and-asp-net-trace.aspx http://blog.thekid.me.uk/archive/2007/07/25/debugging-tips-for-sharepoint-and-wss-exceptions.aspx http://www.codeproject.com/KB/sharepoint/Handling_Error_Centrally.aspx
http://stackoverflow.com/questions/136672/programmatically-logging-to-the-sharepoint-uls http://weblogs.asp.net/gunnarpeipman/archive/2009/02/25/sharepoint-writing-messages-to-uls-unified-logging-system.aspx
This article is a repost from here Working locally with DLLs deployed to the GAC is straight forward enough and can be made easy with post build scripts. However, when…
This is a copy from here.... This freeware application is a System Tray utility for providing quick access to common IIS tasks which are useful on a SharePoint development box.…
Taken from here After doing a lot of custom SharePoint 2007 development since MOSS was released I believe that any custom code should be written as a feature. This make…