472,135 Members | 1,183 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,135 software developers and data experts.

ODBC.NET

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?
Nov 16 '05 #1
4 1450
"Dino L." <se******@gmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
I have ODBC.NET installer and after I install it I can not use
System.Data.Odbc or
Microsoft.Odbc


When you say "can not use" what precisely do you mean...?
Nov 16 '05 #2
Mark Rae wrote:
"Dino L." <se******@gmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...

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

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?)
Nov 16 '05 #3
"Dino L." <se******@gmail.com> wrote in message
news:ux**************@TK2MSFTNGP12.phx.gbl...
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
Nov 16 '05 #4
Mark Rae wrote:
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 ???

After you installed ODBC.NET, did you make the required modification to your
machine.config file?
http://dbforums.com/t637300.html

Nov 16 '05 #5

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by Marco Aschwanden | last post: by
4 posts views Thread by Andreas Lauffer | last post: by
3 posts views Thread by Lauren Quantrell | last post: by
5 posts views Thread by Alec | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.