Click here to Skip to main content
15,920,633 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
The type or namespace name 'dbconnection' could not be found (are you missing a using directive or an assembly reference?)

Source Error:

Line 12: public partial class Enquiry_Ind : System.Web.UI.Page<br />
Line 13: {<br />
Line 14:     dbconnection dbcon = new dbconnection();
Posted
Updated 18-Apr-11 22:40pm
v2

1 solution

You have to import the following namespace :

using System.Data.Common;
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900