[ACCEPTED]-Error with: using System.Data;-system.data

Accepted answer
Score: 11

You are missing assembly reference. You 6 need to add assembly reference.

Check out 5 following images.

Go to soution explorer 4 right click on references and select Add 3 Reference.

then Select System.Data assemly 2 reference.enter image description here

That's it.

Press ok.

Press F6 to 1 rebuild your project.

Score: 0

In the Solution Explorer window of Visual Studio right click 3 on your project, and click Add Reference. There you can 2 add assembly reference which are sometimes 1 needed to use certain namespaces (like System.Data).

Score: 0

view > Object browser then select System.Data then 1 add references in selected project IMAGE1

More Related questions