.NET Framework Ver 1.1

P

PeteZ

I have just downloaded the Microsoft .NET Framework Version 1.1
Redistributable Package ( dotnetfx.exe, 23698 KB, 4/9/2003 Ver 1.1) and
installed it.

Location:

http://www.microsoft.com/downloads/...E3-F589-4842-8157-034D1E7CF3A3&displaylang=en

When I start my Visual Development Environment and click Help -> About, it
still shows the Framework as Ver 1.0

I am trying to do come ODBC work (in C#) and was under the impression I
needed to install the Ver 1.1

When using System.Data. . . . . the Odbc namespace does not appear (I have
removed and readded the reference to System.Data also)

Is there any reason the ODBC and ver 1.1 update is not visible to the IDE ?

- peteZ
 
P

PeteZ

I neded to update the "referencepath" in my project to point to the Build
area . . .

Now i can have code like: using System.Data.Odbc;
 
T

Thomas Scheidegger [MVP]

Just to be sure:
- Visual Studio 2002 only works with .NET 1.0.
- you have to update to VS 2003 to use .NET 1.1
 
P

PeteZ

Thom - and thanks for that (might have saved me a spot of bother down the
track)

- peteZ
 

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