What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 16993 |  Welcome, Guest!   Register  Login
  Home > Community Home >

Recommend an Articles | Recommended Articles | Search Resources | Community Home |




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:


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/24/2013 3:54:45 AM