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/20/2010
AJAX controls greyed out in ToolBox

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.

1. Try resetting the toolbox via right-click on the toolbox >> select "Reset Toolbox". Does it work?
2. Try adding controls via the following steps:
    - Right Click on Toolbox
    - Click "Choose Item..."
    - Click ".NET Framework Components"
    - Add control to your toolbox
3. Use Verifictaion tool to verify .NET Framework 2.0, 3.0 and 3.5 on your machine.
4. Otherwise, please try:
    - run devenv /ResetSettings to isolate the Settings problem
    - run devenv /safemode to isolate potential 3rd party add-in issue
    - run devenv /ResetSkipPkgs to see if it does the trick