Where to get ADO.NET

  • Thread starter Thread starter msdn.microsoft.com/newsgroups
  • Start date Start date
M

msdn.microsoft.com/newsgroups

Hello,

I have the latest VS 2005 with .NET framework.

From where can I get ADO.NET?

Thank you

Regards

Raj
 
How to check whether it is installed or not?
Patrice said:
ADO.NET is part of .NET Framework so you should already have this. If you
want something specific in ADO.NET such as LINQ then you need VS 2008 ,
.NET 3.5...

You may want to be a more specific about what you need...
 
If you have installed any version of VB2008 and it runs then it is there.

However, why are you not telling your problem instead of such a vague
question.'

Your question sounds the same as how can I check if the sun comes up every
morning

Cor
 
That was my thought, but I hate guessing, did you check if there is a
reference to System.Data?

Cor
 
There is no reference to System.Data!
Cor Ligthert said:
That was my thought, but I hate guessing, did you check if there is a
reference to System.Data?

Cor
 
It is not getting listed! (VS Intellisense is not listing the namespace)
 
Open your Solution Explorer, or Click on Project.

Select references and in the opened left pane choose System.Data.

Click on that

I hope this works

Cor
 
Back
Top