Microsoft PlayGround

A Playground for Microsoft Technologies

Entries for February, 2010

SharePoint Memory Leak

A few day’s ago I stumbled on a article about SharePoint Memory leaks because we were looking at memory leaks for 1 of out clients. I found a great article from Todd Carter about a giant memory leak within SharePoint that he found just a month ago. It is really a must read: SharePoint’s Sasquatch [...]

Failure in loading assembly

In the application event log I found several errors that were pointing to assemblies that I wasn’t using anymore. The error looks like the message below: Error: Failure in loading assembly: Assembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=Token. The application was trying to load an assembly that I wasn’t in the GAC or in the BIN folder. This [...]

Visual Studio 2010 Release Candidate is Available

If you haven’t noticed. A few day’s ago the Release Candidate of Visual Studio 2010 became available. The new version really feels a lot faster and is also about 1GB larger. Go try it out and let me know what you think. Visual Studio 2010 Release Candidate   You can download the following version from [...]

Inline Editing in SharePoint 2010 (UI and Code)

Within SharePoint 2010 it is possible to enable inline editing on list items. This can be done by changing properties on a view of a SharePoint library what can be done in code and trough the user interface. To allow inline editing trough the user interface you have to do the following: Navigate to the [...]