visual studio 2010 - Add reference adds wrong reference -
I am working on a SAL app which is the system Xml.dll needs to be referenced. So I browsed in the "Add context to project ..." and a common DLL folder in which I copied the System.Xml.dll of the Silverlight 4.0 version.
The problem is that the terms
C: \ Program Files (x 86) \ Reference assemblies \ Microsoft \ Framework.NETFramework \ v4.0 \ System.Xml.dll
version is pointing is added in, which gives the time "when you try to run the app does not match the definition assembly reference assembly at me" (I think). The assembly does not seem to redirect to Web.config and I have tried to set the project's reference path but there is no luck yet.
Any better ideas?
Thanks,
John
Since the view it Continuing to think I would officially add the answer:
Manually adding the signal path (XML editor) did the trick for reference in the csproj file.
Comments
Post a Comment