Re: Problems with Mac Users

  •  11-18-2004, 11:04 AM

    Re: Problems with Mac Users

     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)
     

View Complete Thread