LINQ to XML using VS 2005

J

JY

Hi,

Is is possible to use LINQ to XML using VS 2005? I've installed the .NET 3.0
and 3.5 frameworks separately.

I've downloaded some samples but they fail to compile in the VS 2005
environment?
Is there anything specific I need to do, other than including references to
those references libraries?

TIA,
JY
 
M

Mr. Arnold

JY said:
Hi,

Is is possible to use LINQ to XML using VS 2005? I've installed the .NET
3.0
and 3.5 frameworks separately.

I've downloaded some samples but they fail to compile in the VS 2005
environment?
Is there anything specific I need to do, other than including references
to
those references libraries?

I think you need VS2008.


__________ Information from ESET NOD32 Antivirus, version of virus signature database 4064 (20090511) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
M

Mr. Arnold

JY said:
Hi,

Is is possible to use LINQ to XML using VS 2005? I've installed the .NET
3.0
and 3.5 frameworks separately.

I've downloaded some samples but they fail to compile in the VS 2005
environment?
Is there anything specific I need to do, other than including references
to
those references libraries?

I think you need VS2008.


__________ Information from ESET NOD32 Antivirus, version of virus signature database 4064 (20090511) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
A

Arne Vajhøj

JY said:
Is is possible to use LINQ to XML using VS 2005? I've installed the .NET 3.0
and 3.5 frameworks separately.

I've downloaded some samples but they fail to compile in the VS 2005
environment?
Is there anything specific I need to do, other than including references to
those references libraries?

Lots of things are possible if you are willing to spend
enough time getting them to work.

From a practical perspective I would say that you should
go .NET 3.5 / C# 3.0 / VS 2008, if you want to use LINQ.

Arne
 
A

Arne Vajhøj

JY said:
Is is possible to use LINQ to XML using VS 2005? I've installed the .NET 3.0
and 3.5 frameworks separately.

I've downloaded some samples but they fail to compile in the VS 2005
environment?
Is there anything specific I need to do, other than including references to
those references libraries?

Lots of things are possible if you are willing to spend
enough time getting them to work.

From a practical perspective I would say that you should
go .NET 3.5 / C# 3.0 / VS 2008, if you want to use LINQ.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top