I have customized application, i want to integrate cutechat with my existing login system.
as i followed all the information that given in help
and
Though, when application starts it gives error.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'UsersDB' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
|
Line 31: public string GetUserDisplayName(string useruniquename)
Line 32: {
Line 33: UsersDB udb=new UsersDB();
Line 34: string email=useruniquename;
Line 35: using(SqlDataReader sdr=udb.GetSingleUser(email))
|
Source File: http://localhost/chatapp/global.asax Line: 33
Is Global.ascx file is different for all application???
What steps should follow to integrate it???
I think there is something missing in help files.
please help to resolve this problem.
Thanks in advance