Click here to Skip to main content
15,907,396 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi..
in my project i am using xml file for datastorage. i am accessing that file with linq to xml queries. actually i have created that xml file from my sql server database but as that tables in sql contained more that 50 columns, the resultant xml file is also having more than 50 elements ..
now while applying queries..I initially load that xml file in xdocument object and after that applying queries on that..
my main problem is that as it contain more than 50 element it is very difficult to write queries without intellisence support...why it is not supporting intellisence? what mistake i have made? what i have to do to get intellisence support..
thanks...
Posted

1 solution

Please check References you added in your project and the namespaces added in the pages.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900