You may have seen this error message in your SharePoint log file. “Potentially excessive number of SPRequest objects (10) currently unreleased on thread 5. Ensure that this object or its parent (such as an SPWeb or SPSite) is being properly disposed. This object will not be automatically disposed.” Now this means that you have some [...]
Well, isn’t that special. This error was greeting my wife when she booted up Windows Vista on her Sony Vaio laptop the other day. This error message comes up directly after BIOS POST, within milliseconds. No chance to enter safe mode, no chance to press F10 for system recovery. Booting from the Windows Vista DVD, [...]
You may have seen this strange error when trying to install your MSI when you have developed a managed custom action DLL in Visual Studio 2005 / 2008? If you execute the MSI with detailed logging, like this: MSIEXEC /i "<YOURMSI>.msi" /L*v "InstallLog.txt" You end up with an error message that is similar to this [...]