I can't find the LINQ under system or system.data,
my compiling target framework .net framework 4.0
Linq not available
Re: Linq not available
Did you make a reference to System.Xml.Linq?
You can also add a using System.Linq.
You can also add a using System.Linq.
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...
Ciege...
Re: Linq not available
Ciege, I don't see LINQ option listed under System.
also linq not listed under System.XML
also linq not listed under System.XML
Tipu
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Linq not available
Have you added a reference to the System.Core assembly?
If you want to use LINQ, please see this guide from Microsoft ... or consider consulting Google, there's plenty of documentation out there
http://msdn.microsoft.com/en-us/library/bb546156.aspx
Regards,
Alex
Ranorex Team
If you want to use LINQ, please see this guide from Microsoft ... or consider consulting Google, there's plenty of documentation out there

http://msdn.microsoft.com/en-us/library/bb546156.aspx
Regards,
Alex
Ranorex Team
Re: Linq not available
Thank you Alex, i am able to use the linq by following the documentation http://msdn.microsoft.com/en-us/library/bb546156.aspx
Tipu