Dear
On my local IIS everything is working, but when I change the connectionstring to remote database I get following error, although tables, storprocs etc. are equal on host (also tested using a sql datasource control):
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 'MyStats.dbo.MuscleGroup'.
Source Error:
Line 66: public int GetMuscleGroups()
Line 67: {
Line 68: IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)(MethodInfo.GetCurrentMethod())));
Line 69: return ((int)(result.ReturnValue));
Line 70: |
Source File: c:\x\dataclasses1.designer.cs Line: 68