Server Error in '/chatapp' Application.
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 'CommunityServer' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
|
Line 64: public string GetUserDisplayName(string
useruniquename) Line 65: { Line 66: return CommunityServer.Users.FindUserByUsername(useruniquename).DisplayName; Line 67: } Line 68: public string[] ListUserUniqueName()
|
Source File: http://localhost/chatapp/global.asax Line: 66
This is a custom site built in C# and we do use the global.asax file for a automatching system.
Click to View File
Please inform me on best way to intagrate ChuteChat and Messenger inour site so users are not required to login a second time, can launch messenger from our project pages and launch chat sessions from our project pages.
Many Thanks!!!!!
Paul
Post Hope