|
 |
aspx thread: Hi All
Message #1 by vishald@m... on Wed, 3 Jan 2001 18:50:43 +0530
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C07587.F9D51520
Content-Type: text/plain;
charset="ISO-8859-1"
Hi All,
I have installed .NET SDK on NT 4.0 and it gave me no problem whatsoever
during installation. I can compile and run simple VB.NET application but
when i try using "Imports System.Data" or "Imports System.Data.ADO" i get
compile time error "Namespace or Type 'Data' for the Import 'System.Data'
cannot be found.
Can anybody please help me out?
Thanks
Regards
Vishal Desai
Mastek Ltd.
---
http://www.asptoday.com - the leading site for timely,
in-depth information for ASP developers everywhere.
---
You are currently subscribed to aspx as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #2 by Scott Guthrie <scottgu@m...> on Sun, 7 Jan 2001 20:53:22 -0800
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C0792E.ED3FB880
Content-Type: text/plain;
charset="iso-8859-1"
Hi Vishal,
You need to make sure that in addition to saying "Imports System.Data.ADO"
that you also add a reference flag that signals the compiler to also link
against the System.Data.dll assembly.
For example:
vbc /target:library MyVBFile.vb /r:System.Data.dll
Hope this helps,
Scott
----------------------------------------------------------------------------
---------
Visit http://www.asp.net <http://www.asp.net> for the latest ASP.NET
Information
-----Original Message-----
From: vishald@m... [mailto:vishald@m...]
Sent: Wednesday, January 03, 2001 5:21 AM
To: ASP+
Subject: [aspx] Hi All
Hi All,
I have installed .NET SDK on NT 4.0 and it gave me no problem whatsoever
during installation. I can compile and run simple VB.NET application but
when i try using "Imports System.Data" or "Imports System.Data.ADO" i get
compile time error "Namespace or Type 'Data' for the Import 'System.Data'
cannot be found.
Can anybody please help me out?
Thanks
Regards
Vishal Desai
Mastek Ltd.
---
http://www.asptoday.com - the leading site for timely,
in-depth information for ASP developers everywhere.
To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com
---
http://www.asptoday.com - the leading site for timely,
in-depth information for ASP developers everywhere.
---
You are currently subscribed to aspx as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com
|
|
 |