We're suddenly getting this error when trying to access our cutechat room: Any ideas how to resolve this issue? Nobody can access the chatroom. Not sure what is causing this all of a sudden..... Thanks
Exception Details: System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.
Source Error:
Line 69:
Line 70: DataSet ds = new DataSet();
Line 71: cmd1.Fill(ds,"rooms");
Line 72:
Line 73: rpt_rooms.DataSource = ds.Tables["rooms"];
|
Source File: C:\Websites\www.hivnet.com\www\CHATROOM2\CuteSoft_Client\CuteChat\CH_MainForm.Aspx
Line: 71