Thursday, March 22, 2012

Walkthrough Problem

Hello,

I am working on the "Creating a Web Application Using Visual C#" walkthrough. I keep getting the following error when I build.

The type or namespace name 'sqlDataAdapter1' could not be found (are you missing a using directive or an assembly reference?)

I have used the controls in VS to create the connections. So I am assuming that all the references are in the proper place (or maybe not). Any ideas ??

Best Regards,

JamesDo you imported System.Data.SqlClient

Ex:

using System.Data.SqlClient;
line you added int he beginning of the program!

I am guessing that could be the problem!

0 comments:

Post a Comment