Debugging tips when working with Sharepoint 2007 (WSS and MOSS)
/* Posted March 12th, 2008 at 3:54pm *//* Filed under C#, Microsoft, SharePoint */
/* */
Common SharePoint Errors and their fixes:
I have run into a lot of errors while programming for SharePoint. Here are a few that I think everyone should find about and figure out how to solve.
| Symptoms: | Build Error | Failure adding assembly to the cache: Access denied. You might not have administrative credentials to perform this task. Contact your system administrator for assistance. |
| Open C:\WINDOWS\assembly in Explorer. It will be empty | ||
| Resolve: | IISRESET | |
| Symptoms: | Build Error |
| You may see something like the following…The command “”C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe” | |
| Resolve: | run from command prompt: net stop “Indexing Service” |
















