I moved one of my VS projects (C#) from one machine to another (SVN checkout) and when I'm trying to build it there I'm getting the following error:
Unable to load one or more of the requested types. Retrieve the LoaderExceptions
property for more information.
That doesn't give too much information about the nature of the problem. There were no problems building the same checkout on other machines. All of the machines I'm building this project are using the same version of VS 2008 SP1 and .NET 3.5SP1. Can anyone give me some clues where should I look for the problem?