Hi Fernando
Thanks for helping me ive added reference, right clik the ref in explorer view and then add ref both System.Xml and System.Xml.Linq but it still complaining. What lib shall i take my ref from ( *.dll) from?
(.NET Tab selecting this) C:\Program Files\Microsoft SDKs\Silverlight\v2.0\Libr
Or
C:\Program Files\Microsoft Silverlight\2.0.30523.8
I also have another issue i think ive accidenlty checked the "never ask again checkbox" that comes up when running (hit F5) a application. So now VS runs my latest working code. This is really enoying ive looked everywhere cant find how to change back to its original setting. For example i removed text from page.xaml but its still there when i hit F5.
Best regards
Mattias
Main Topics
Browse All Topics





by: FernandoSotoPosted on 2008-08-13 at 06:20:28ID: 22221417
Hi kihl71;
You have added the using statement, using System.Xml.Linq;, to your code but I think you have not added the reference to the project by going to the Solution Explorer right click on the project name and select "Add Reference". When the Add Reference window comes up select the .Net tab on top and find and select the dll System.Xml.Linq. Once that is selected click on the OK button and then recompile your code.
Fernando