ODBC.NET

  • Thread starter Thread starter Dino L.
  • Start date Start date
D

Dino L.

Hi
I am using MS Visual Studio, and .Net Framework v1.0.3705

Can I update Framework to newest version?

I have ODBC.NET installer and after I install it I can not use
System.Data.Odbc or
Microsoft.Odbc

What could be wrong?
 
Mark said:
When you say "can not use" what precisely do you mean...?
I always have error

D:\dino cSharp\OKI Sifrarnik\oki_sifrarnik\admingrupa.cs(8): The type or
namespace name 'Odbc' does not exist in the class or namespace
'System.Data' (are you missing an assembly reference?)

D:\dino cSharp\OKI Sifrarnik\oki_sifrarnik\admingrupa.cs(9): The type or
namespace name 'Data' does not exist in the class or namespace
'Microsoft' (are you missing an assembly reference?)
 
D:\dino cSharp\OKI Sifrarnik\oki_sifrarnik\admingrupa.cs(8): The type or
namespace name 'Odbc' does not exist in the class or namespace
'System.Data' (are you missing an assembly reference?)

Are you still using v1.0 of the Framework? If so, then that message is
correct - v1.0 does not have native support for ODBC, though v1.1 does.
D:\dino cSharp\OKI Sifrarnik\oki_sifrarnik\admingrupa.cs(9): The type or
namespace name 'Data' does not exist in the class or namespace 'Microsoft'
(are you missing an assembly reference?)

After you installed ODBC.NET, did you make the required modification to your
machine.config file?
http://dbforums.com/t637300.html
 
Mark said:
Are you still using v1.0 of the Framework? If so, then that message is
correct - v1.0 does not have native support for ODBC, though v1.1 does.
Yeah, I do. I use v1.0.x
My Visual Sstudio .NET refuse to work with framework v1.1 ???
 
Back
Top