[SqlException (0x80131904): Invalid column name 'PromisedMinutesComplaintStatus'.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +2074174
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +5066268
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() +234
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2275
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +33
System.Data.SqlClient.SqlDataReader.get_MetaData() +86
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +311
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +987
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +141
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) +10
System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.<Reader>b__c(DbCommand t, DbCommandInterceptionContext`1 c) +11
System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch(TTarget target, Func`3 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) +73
System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader(DbCommand command, DbCommandInterceptionContext interceptionContext) +367
System.Data.Entity.Internal.InterceptableDbCommand.ExecuteDbDataReader(CommandBehavior behavior) +173
System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) +10
System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) +45
[EntityCommandExecutionException: An error occurred while executing the command definition. See the inner exception for details.]
System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) +103
System.Data.Entity.Core.Objects.Internal.ObjectQueryExecutionPlan.Execute(ObjectContext context, ObjectParameterCollection parameterValues) +755
System.Data.Entity.Core.Objects.<>c__DisplayClass3.<GetResults>b__2() +93
System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction(Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) +304
System.Data.Entity.Core.Objects.<>c__DisplayClass3.<GetResults>b__1() +166
System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute(Func`1 operation) +179
System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) +305
System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0() +11
System.Data.Entity.Internal.LazyEnumerator`1.MoveNext() +53
System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +327
System.Linq.Enumerable.ToList(IEnumerable`1 source) +58
WhatIfSports.Data.EntityFrameworkDatabase.Get(Expression`1 filter, IEnumerable`1 orderBy, String includeProperties, Nullable`1 top, Nullable`1 skip) in d:\TFS\WhatIfSports\Common\Framework\Version 3.0\Core\Library\Data\EntityFrameworkDatabase.cs:78
WhatIfSports.Data.Repository`1.Get(Expression`1 filter, IEnumerable`1 orderBy, String includeProperties, Nullable`1 top, Nullable`1 skip) in d:\TFS\WhatIfSports\Common\Framework\Version 3.0\Core\Library\Data\Repository.cs:21
WhatIfSports.HoopsDynasty.Team.TeamDepthChartSettings.DataPortal_Fetch(ITeamInfo team) in d:\TFS\WhatIfSports\Hoops Dynasty\Trunk\Library\Team\TeamDepthChartSettings.cs:249
lambda_method(Closure , Object , Object[] ) +101
Csla.Reflection.MethodCaller.CallMethod(Object obj, DynamicMethodHandle methodHandle, Object[] parameters) +392
[CallMethodException: DataPortal_Fetch method call failed]
Csla.Reflection.MethodCaller.CallMethod(Object obj, DynamicMethodHandle methodHandle, Object[] parameters) +475
Csla.Reflection.MethodCaller.CallMethod(Object obj, String method, Object[] parameters) +44
Csla.Server.SimpleDataPortal.Fetch(Type objectType, Object criteria, DataPortalContext context) +363
[DataPortalException: DataPortal.Fetch failed (An error occurred while executing the command definition. See the inner exception for details.)]
Csla.DataPortal.Fetch(Type objectType, Object criteria) +636
Csla.DataPortal.Fetch(Object criteria) +61
WhatIfSports.HoopsDynasty.Team.TeamDepthChartSettings.Get(ITeamInfo team) in d:\TFS\WhatIfSports\Hoops Dynasty\Trunk\Library\Team\TeamDepthChartSettings.cs:228
WhatIfSports.HoopsDynasty.Website.Coaching.DepthChart.Page_Load(Object sender, EventArgs e) in d:\TFS\WhatIfSports\Hoops Dynasty\Trunk\Website\Coaching\DepthChart.aspx.cs:48
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +91
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
|