Click here to Skip to main content
15,920,383 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am getting an error saying
The type or namespace name 'DataAcess' could not be found (are you missing a using directive or an assembly reference?)



the following namespaces included in my cs page.

C#
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Data.SqlClient;


i searched in google also but am not getting. please tel me what are all the namespaces i have to include.

I am getting error in this DataAcess data=new DataAcess();

please help me to come out of this asap.
Posted
Comments
pradiprenushe 1-Aug-12 2:04am    
What is this DataAcess class? Why you are using this? Are you using any class file or some external dll?

DataAcess
You have not used DataAccess class - spelling mistake?

If you want to use standard class[^], correct the spelling. If not, then it should be a custom class defined in the scope of your project (or inside any referenced assembly)
 
Share this answer
 
 
Share this answer
 
v2
Comments
shabadiveda 1-Aug-12 21:43pm    
thanks fro the reply, i solved it.

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



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