This connect bug describes an issue with creating certain typesof Silverlight projects in Visual Studio. If you're referencingSilverlight 4 DLLs from a Silverlight 5 project, you may run intothis code analysis/FXCop issue yourself if code analysis is part ofyour process. The core of the problem is a versioning decision inSilverlight 5 which results in compile-time violation due toloading two different versions of mscorlib in the same project. Itmanifests as the following error:
Error 2 CA0055 : Could not unify the platforms (mscorlib,Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e,mscorlib, Version=5.0.5.0, Culture=neutral,PublicKeyToken=7cec85d7bea7798e) for'MyProject.Silverlight\obj\Debug\MyProject.dll'.More
Go to the complete details ...
Found interesting? Add this to: