cutechat wrote: |
Here is a bug in ChatRoom_FS.Aspx , please change
string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress);
to
string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress,null);
Regards , Terry .
|
|
I applied this fix and receive this error now.
Compiler Error Message: CS0029: Cannot implicitly convert type 'CuteChat.ChatOnline' to 'string'
Source Error:
Line 7: Response.Write(Request.UserHostAddress);
Line 8: Response.End();
Line 9: string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress,null);
Line 10:
Line 11: string querystr="?roomid="+RoomId+"&guestname="+HttpUtility.UrlEncodeUnicode(CurrentUser.NickName)