Server Error in '/' Application.

Invalid object name 'robot_info'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'robot_info'.

Source Error:


Line 254:		strSQL += "OR (identify_by_ip=1 AND user_agent_or_ip = '" + Regex.Replace(strIPAddress, "'", "''") + "')) ";
Line 255:		objSqlCommand = new SqlCommand(strSQL, objSqlConn);
Line 256:		objReader = objSqlCommand.ExecuteReader();
Line 257:		if (objReader.Read()) {
Line 258:			iRobotID = objReader.GetInt32(0);

Source File: D:\Websites\jersey_insight\topups31\global.asax    Line: 256

Stack Trace:


[SqlException: Invalid object name 'robot_info'.]
   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
   System.Data.SqlClient.SqlCommand.ExecuteReader() +42
   ASP.global_asax.Session_OnStart() in D:\Websites\jersey_insight\topups31\global.asax:256

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
   System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean isBinderDefault, Assembly caller, Boolean verifyAccess) +0
   System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean verifyAccess) +425
   System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +23
   System.Web.Util.ArglessEventHandlerProxy.Callback(Object sender, EventArgs e) +40
   System.Web.SessionState.SessionStateModule.RaiseOnStart(EventArgs e) +132
   System.Web.SessionState.SessionStateModule.CompleteAcquireState() +514
   System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +697
   System.Web.AsyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +66
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +173


Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407