Friday, April 25, 2008
Extracting a DLL from the Global Assembly Cache
Sometimes, you might need to access DLLs which for various reasons might exists only in the Windows\Assembly folder. This folder allows you to drop DLLs into it, but does not allow you to drag DLLs out.The following workaround allows you to get access to the DLLs in the GAC.Create a mapped drive to:\\servername\C$\Windows\assemblyWhen you click on the mapped drive you will find a number of GAC
Monday, April 14, 2008
Unknown Error - Revealing the true source of the error
SharePoint has the production friendly, but definetely developer unfriendly page - Unknown error when an error is thrown. My usual way to finding the error was to look at the Logs found in the 12 hive, however it looks like there is an easier way to do this:The Sharepoint web.config is abstracting this message from the user. Find the web.config for the site you normally use as your development
Monday, April 7, 2008
Team-Based Development in Microsoft Office SharePoint Server 2007
Good read:http://msdn2.microsoft.com/en-us/library/bb428899.aspx
Thursday, April 3, 2008
Migration Hassles - made easy(ier)
I stumbled across the following while struggling with some migrations, haven't had time to try it out though it looks promising!Migrating implementations has been one of my greatest headaches since day 1, and anything which helps with this is always welcome.Introducing the SharePoint Content Deployment Wizard. The tool provides a wizard-like approach to deploying content between SharePoint sites.
Monday, March 17, 2008
WSS - Search Indexer
If you get the following error when trying to run a search on a WSS site:Your search cannot be completed because this site is not assigned to an indexer. Contact your administrator for more information.You'll need to set the indexer on the content database of the site collection. This is done by going to the Central Adminstration > Application Management > Content Databases.In the Search Server
Friday, March 14, 2008
Customizing Alert Emails
You need to create a copy of AlertTemplates.xmlhttp://blogs.msdn.com/sharepointdeveloperdocs/archive/2007/12/07/customizing-alert-notifications-and-alert-templates-in-windows-sharepoint-services-3-0.aspx
Create a Custom Site Definition - Link Dump
Intro: How to create your own custom site definition (Todd)http://www.sharepointblogs.com/tbaginski/archive/2007/08/16/creating-a-custom-site-definition-in-wss-v3-moss.aspxCreating a Site Definition from an Existing Site Definition (MSDN)http://msdn2.microsoft.com/en-us/library/ms868598.aspxand more generically Customizing Templateshttp://msdn2.microsoft.com/en-us/library/aa151982.aspxCreating a
File not found error when creating Site from Template
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2367212&SiteID=1
Wednesday, March 5, 2008
Filter Views based on Approval / Workflow Status
You need to create the filter based on the integer representation of the status value you are looking for, like this:Not Started 0Failed on Start 1In Progress 2Error Occurred 3Canceled 4Completed 5Failed on Start (retrying) 6Error Occurred (retrying) 7Canceled 15Approved 16Rejected 17
Subscribe to:
Posts (Atom)