Reputation: 2880
I've recently ported over a Silverlight project into TFS 2010. I am using VS2010. After porting the project over to TFS we noticed the following error every time we attempt to update the service references in the Silverlight project: "Could not resolve mscorlib for target framework 'Silverlight, Version=v4.0'. This can happen if the target framework is not installed or if the framework moniker is incorrectly formatted."
Everything was working fine when the Solution was in Visual SourceSafe. I've read some forums that suggest this may be some kind of path length issue. Any ideas?
Upvotes: 2
Views: 4760
Reputation: 2880
This was as expected related to the length of my new TFS paths. Some of the paths were greater than 259 characters. See http://praphullaparab.wordpress.com/2010/08/12/tfs-2010-error-tf205022-path-contains-more-than-the-allowed-259-characters/
Upvotes: 3