I have got a problem with missmatching the assemblies – on the server site I need to use System.Xml assembly in version 2.0.5.0. How to force loading this assembly on the client site (2.0.5.0 is a Silverlight assembly).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
System.Xml is GAC’d, have you referenced the Silverlight specific version of System.Xml? If so (for reasons which are beyond me!) you need to make sure that CopyLocal is set to true for that assembly reference, otherwise it won’t get pushed to the output when you build.