VSS KB Articles

Outlook 2010 Crashes when reading or opening some emails
8/14/2010
Outlook 2010 Crashes when reading or opening some emails - With a solution from VSS Business Solutions


Mixed content pages allow passing content between zones
6/30/2010
Did you know about protocol-relative hyperlinks?


AJAX controls greyed out in ToolBox
1/20/2010
I had an issue with Visual Studio Pro 2008 SP1 where the Controls were greyed out in the ToolBox. These are the steps I used to resolve it.


exceeded the maximum of xxx objects of type "objtFolder"
1/4/2010
ERROR: exceeded the maximum of xxx objects of type "objtFolder" on Exchange 2003 server logs.


ASP.NET 2.0 Extending the Forms Authentication timeout - Site log off timer
12/21/2009
One thing to be aware of when upgrading from ASP.NET V1.1 to V2.0 is that the forms authentication timeout value has changed to be 30 minutes by default.


    

1/4/2010
exceeded the maximum of xxx objects of type "objtFolder"

The resolution is listed below, but what caused this resource to be consumed is still a mystery.

To add a registry key that limits the maximum number of resources that a MAPI client can use at the same time, follow these steps:

  1. Click Start, click run, type regedit, and then click OK.
  2. Expand the following registry subkey:
    \\HKEY_LOCAL_MACHINE \SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem
  3. Right-click ParametersSystem, point to New, and then click Key.
  4. Type MaxObjsPerMapiSession, and then press ENTER to name the new subkey.
  5. Right-click MaxObjsPerMapiSession, click New, and then click DWORD Value.
  6. Type Object_type, and then press ENTER to name the object.

    Note Object_type is the name of the object type in the error message that is mentioned in the "Symptoms" section. For example, type objtMessage, and then press ENTER.
  7. Right-click Object_type, and then click Modify.
  8. In the Value data box, type the number of objects that you want to limit this entry to, and then click OK. For example, type 350 to increase the value for the objtMessage object. The default value is 250.