Click here to Skip to main content
16,004,924 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralOLE objects in PowerPoint slideshow mode Pin
pnyr29-Apr-04 5:23
pnyr29-Apr-04 5:23 
GeneralStressing Out and Forgetting the Basics Pin
LaptopBoy31129-Apr-04 3:06
LaptopBoy31129-Apr-04 3:06 
GeneralRe: Stressing Out and Forgetting the Basics Pin
Mike Ellison29-Apr-04 3:33
Mike Ellison29-Apr-04 3:33 
GeneralRe: Stressing Out and Forgetting the Basics Pin
LaptopBoy31129-Apr-04 3:50
LaptopBoy31129-Apr-04 3:50 
GeneralRe: Stressing Out and Forgetting the Basics Pin
Dave Kreskowiak29-Apr-04 8:29
mveDave Kreskowiak29-Apr-04 8:29 
GeneralRe: Stressing Out and Forgetting the Basics Pin
Mike Ellison29-Apr-04 16:46
Mike Ellison29-Apr-04 16:46 
GeneralRe: Stressing Out and Forgetting the Basics Pin
Dave Kreskowiak30-Apr-04 3:11
mveDave Kreskowiak30-Apr-04 3:11 
GeneralNamespace cannot be found error Pin
AJDev29-Apr-04 1:59
AJDev29-Apr-04 1:59 
I tried to implement the code in the article: http://www.codeproject.com/vb/net/data_accessor_class.asp and get the following errors when trying to compile using command line. Although the article imports sqlClient, I am using OleDb because of Access database. But the problem occurs even for System.Data.

I have installed .net framework and .net SDK. I do not have Visual Studio .net installed. Am I missing to install something else?

Error

C:\test.vb(1) : error BC30466: Namespace or type 'Data' for the Imports 'System.Data' cannot be found.

Code snippet looks something line this -

Imports System
Imports System.Data
Imports System.Data.OleDb


Public class clsTest

Public Sub New()
End Sub

Public Sub GetSomeData(ByVal sender As System.Object, ByVal e As System.EventArgs)

..............
...............
GeneralRe: Namespace cannot be found error Pin
Mike Ellison29-Apr-04 3:14
Mike Ellison29-Apr-04 3:14 
GeneralBindingManagerBase Pin
Vasil29-Apr-04 0:31
Vasil29-Apr-04 0:31 
GeneralVBScript/IE : how to copy selected text Pin
je16noutch28-Apr-04 22:45
je16noutch28-Apr-04 22:45 
GeneralOn-the-fly description of custom method. Pin
normanordas28-Apr-04 15:14
normanordas28-Apr-04 15:14 
GeneralRe: On-the-fly description of custom method. Pin
Dave Kreskowiak28-Apr-04 15:18
mveDave Kreskowiak28-Apr-04 15:18 
GeneralRe: On-the-fly description of custom method. Pin
normanordas28-Apr-04 15:48
normanordas28-Apr-04 15:48 
Generalfile stream reader Pin
Anonymous28-Apr-04 13:46
Anonymous28-Apr-04 13:46 
GeneralRe: file stream reader Pin
Dave Kreskowiak28-Apr-04 15:09
mveDave Kreskowiak28-Apr-04 15:09 
Generalindex words from documnet in MSWord Pin
skoizumi2911028-Apr-04 11:07
sussskoizumi2911028-Apr-04 11:07 
GeneralRe: index words from documnet in MSWord Pin
Dave Kreskowiak28-Apr-04 12:52
mveDave Kreskowiak28-Apr-04 12:52 
GeneralVB 6 and HTML Pin
Kehllendros28-Apr-04 9:16
Kehllendros28-Apr-04 9:16 
GeneralRe: VB 6 and HTML Pin
Dave Kreskowiak28-Apr-04 12:45
mveDave Kreskowiak28-Apr-04 12:45 
GeneralRe: VB 6 and HTML Pin
Kehllendros29-Apr-04 5:06
Kehllendros29-Apr-04 5:06 
GeneralRe: VB 6 and HTML Pin
Dave Kreskowiak29-Apr-04 8:23
mveDave Kreskowiak29-Apr-04 8:23 
GeneralScanning image from scanner Pin
gthompson200528-Apr-04 7:00
gthompson200528-Apr-04 7:00 
GeneralRe: Scanning image from scanner Pin
vilhelmm1-May-04 0:59
vilhelmm1-May-04 0:59 
GeneralRe: Scanning image from scanner Pin
gthompson20051-May-04 10:35
gthompson20051-May-04 10:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.