I am working on a SL application that should reference System.Xml.dll. So I "Add Reference ..." in the project and look at the dll shared folder into which I copied the version of Silverlight 4.0 to System.Xml.dll.
The problem is that the link is added as pointing to
C: \ Program Files (x86) \ Reference Assemblies \ Microsoft \ Framework.NETFramework \ v4.0 \ System.Xml.dll
which then leads me (I think) to the fact that when defining the application, "The located definition of the assembly manifest does not match the assembly reference" when I try to start the application. The AssemblyBinding in web.config does not look redirected, and I tried to set the project reference path, but still no luck.
Any better ideas?
Thanks,
John
source share