Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

[PLAIN]System.Data Namespace Missing?[Resolved][/PLAIN]

 

I am new to .net and was trying the quick start section that came with vbexpress ide; I noticed when trying to:

imports system.data 'is missing and does not show
'on intellisense!

 

it is missing from intellisense and I havn't the slightest idea how to fix.

can someone please enlighten me?

Edited by antecedents
Posted
I am new to .net and was trying the quick start section that came with vbexpress ide; I noticed when trying to:

imports system.data 'is missing and does not show
'on intellisense!

 

it is missing from intellisense and I havn't the slightest idea how to fix.

can someone please enlighten me?

 

you need to add the imports to your module that use it (and this is ok) but also you need to reference the assembly from your project.

 

Go to project explorer window, right-click on "references" and choose "Add", then select (double click) System.Data.dll

> NeoDataType.net <

Try my Free .Net Reporting Tool!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...