Visual Studio 2005 Error : Retrieve the LoaderExceptions property for more information

Lately the Visual Studio 2005 Designer drives me crazy. When I worked with multiple Forms and Custom User Controls, it took just a while and I could not open the Design View anymore.

Switching to the Design view, brought up a friendly error message: _Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information _First hit at google brings you to Microsoft support, where you can  to correct this problem. The hotfix patches the Microsoft.visualstudio.design.dll.

If you look for other workarounds most people suggest restarting Visual Studio or Clean & Rebuild your solution with all Forms closed.

However, I found one interesting piece of information over at: I believe the problem is caused by the Indexing Service locking the obj and bin files, trying to reindex their contents. Simply select your Projects folder in Explorer, go to Properties..., click the Advanced button and disable the checkbox to allow the indexing of the folder and subdirectories and files

Let’s see if this is actually true. It would be great.

Does anyone has ordered and applied the hotfix yet? Or any other experience how to handle this annoyance?

This article is part of the GWB Archives. Original Author: Hannes Pavelka

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.