Hi All,
Framework :- VS2010
Lanugage:- Vb.NET
I have created a Vb.NET dll (DbHelper). Now I need to use it in the console application, so i added the reference of DLL in the console application. While writing the code in the console application i can see the Dbhelper as a namespace and the classes with it but when i build the console application solution the compiler gives the error "Dbhelper is not declared. It may be inaccessible due to its protection level" and now i am not able to use intellisence for Dbhelper as well but Reference of DbHelper i can see in the console application reference.
Please help me regarding this.
Framework :- VS2010
Lanugage:- Vb.NET
I have created a Vb.NET dll (DbHelper). Now I need to use it in the console application, so i added the reference of DLL in the console application. While writing the code in the console application i can see the Dbhelper as a namespace and the classes with it but when i build the console application solution the compiler gives the error "Dbhelper is not declared. It may be inaccessible due to its protection level" and now i am not able to use intellisence for Dbhelper as well but Reference of DbHelper i can see in the console application reference.
Please help me regarding this.