I know this probably is one of the most common posts out on the web (for .Net coders), but I can never seem to find it when I need it. So it is here for my reference. When you are trying to debug an ASP.Net page and you need to see the form collection after [...]
Archive for the ‘development’ Category
Display QueryString and Form its on Page
Posted: May 3, 2009 in development, MOSS Tools, UncategorizedI took this from Mirjams blog. I have verified that it works. I am adding it here so that I can find it when I need it, and as I mentioned, it works great. Renaming a WSS3 or MOSS server requires very specific tasks in a specific order. If you don’t follow the following instructions [...]
Below, I am making a list of the tools I use most frequently for MOSS development, diagnosis and some maintainance. SharePoint Manager 2007 http://www.codeplex.com/spm This tool is a MOSS swiss army knife. It traverses the MOSS object model and displlay the properties for a vast number of MOSS objects. The tool also allows the user [...]
I recently had a meeting with a client where it was asked if SharePoint 2007 (MOSS) still suffered from the SharePoint 2003 limitations. I began testing and ran into no limitations. I stopped at 190 fields successfully. I also tested the 190 fields with content types, and adding and editing documents using the content type. [...]
Best Practices: Closing and Disposable of MOSS Objects
Posted: March 17, 2008 in development, MOSS Tools, UncategorizedSeveral blogs out there talk about the need to close and/or dispose of the SPSite and SPWeb objects. I took this to heart but then I started receiving the occasional error stating: “Trying to use an SPWeb object that has been closed or disposed and is no longer valid.” The purpose of this blog entry [...]