antecedents Posted April 2, 2005 Posted April 2, 2005 (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 April 2, 2005 by antecedents Quote
neodatatype Posted April 2, 2005 Posted April 2, 2005 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 Quote > NeoDataType.net < Try my Free .Net Reporting Tool!
antecedents Posted April 2, 2005 Author Posted April 2, 2005 [PLAIN][Resolved][/PLAIN] thank you. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.