Error 2 The "EntityClean" task could not be loaded from the assembly c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Data.Entity.Build.Tasks.dll. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT:
0x80131040) Confirm that the <UsingTask> declaration is correct, and that the assembly and all its dependencies are available. IRLBigBoard
Sorry but your two errors comes from it that you haven't referred a right namespace or creating a correct class。
bprego
Error 3 'System.Xml.Linq.XDocument' does not contain a definition for 'Descedants' and no extension method 'Descedants' accepting a first argument of type 'System.Xml.Linq.XDocument' could be found (are you missing a using directive or an assembly reference?) C:\mypath\Default.aspx.cs 49 62 IRLBigBoard
Make sure that you are now using net framework 3.5。
bprego
Error 4 The range variable 'e' conflicts with a previous declaration of 'e' C:\mypath\Default.aspx.cs 49 31 IRLBigBoard
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: get XML file into a grid view
Apr 19, 2012 01:00 AM|LINK
No,you cannot change to xxx.xml as a filename,this is only an example;and you should change it to your real xml name。
Sorry but your two errors comes from it that you haven't referred a right namespace or creating a correct class。
Make sure that you are now using net framework 3.5。
What's IRlBigBoard?