I've been trying to scout some additional players and I'm getting a server error any time I try to click on the button to scout a player to the next level. I'm on a Mac (El Capitan) and have replicated the error on multiple recruits in Chrome and Firefox.

If I could figure out how to post a screenshot here to the error I'm getting I'd be happy to share it.

Edited to include some of the things the error says:
Invalid column name 'OriginalMinSuccess'
Invalid column name 'OriginalMinExperience'
Invalid column name 'OldMinSuccess'
Invalid column name 'OldMinExperience'
6/26/2016 1:44 PM
Trying to perform recruiting actions in the current cycle. Getting this for every player...

Server Error in '/WhatIfSports/hd' Application.


Invalid column name 'OriginalMinSuccess'.
Invalid column name 'OriginalMinExperience'.
Invalid column name 'OldMinSuccess'.
Invalid column name 'OldMinExperience'.

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 column name 'OriginalMinSuccess'.
Invalid column name 'OriginalMinExperience'.
Invalid column name 'OldMinSuccess'.
Invalid column name 'OldMinExperience'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:
[SqlException (0x80131904): Invalid column name 'OriginalMinSuccess'. Invalid column name 'OriginalMinExperience'. Invalid column name 'OldMinSuccess'. Invalid column name 'OldMinExperience'.] 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.Linq.Enumerable.First(IEnumerable`1 source) +188 System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.<GetElementFunction>b__0(IEnumerable`1 sequence) +40 System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.ExecuteSingle(IEnumerable`1 query, Expression queryRoot) +60 System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute(Expression expression) +113 System.Data.Entity.Internal.Linq.DbQueryProvider.Execute(Expression expression) +112 System.Linq.Queryable.First(IQueryable`1 source) +265 WhatIfSports.HoopsDynasty.Recruiting.TeamRecruitSettings.DataPortal_Fetch(GetCriteria criteria) in d:\TFS\WhatIfSports\Hoops Dynasty\Trunk\Library\Recruiting\TeamRecruitSettings.cs:156 lambda_method(Closure , Object , Object[] ) +108 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.Recruiting.TeamRecruitSettings.Get(TeamInfo team, Int32 recruitID) in d:\TFS\WhatIfSports\Hoops Dynasty\Trunk\Library\Recruiting\TeamRecruitSettings.cs:101 WhatIfSports.HoopsDynasty.Website.RecruitProfile.Recruit.Page_Init(Object sender, EventArgs e) in d:\TFS\WhatIfSports\Hoops Dynasty\Trunk\Website\RecruitProfile\Recruit.aspx.cs:46 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.OnInit(EventArgs e) +91 System.Web.UI.Page.OnInit(EventArgs e) +12 System.Web.UI.Control.InitRecursive(Control namingContainer) +140 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +480

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1031
6/26/2016 1:59 PM
Reduction in AP due to signings don't seem to be correct *IF* you have more than max (6) openings.

Started with 140 APs (20 base + 6 x 20) even though I had 7 openings but after 1 player signed, it reduced total available APs by 17 instead of 20 (I assume it computed reduction by taking the 120 and dividing it by # of openings instead of doing by allocated resource openings of 6 instead).
6/26/2016 7:34 PM
safari issues persist

cant see headings - white on white

cant see individual practice plans

I dont know what else cant be seen or done in safari - needs thorough testing in various browsers
6/26/2016 11:25 PM
When I go to conference view and click on my team (to see ratings growth) I get this error on the pop up window:

Server Error in '/WhatIfSports/hd' Application.


Invalid column name 'PromisedMinutesComplaintStatus'.

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 column name 'PromisedMinutesComplaintStatus'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:
[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.S....
6/27/2016 10:55 AM
actyually anyplace I try to get to view my players, even the depth chart screen I get that error
6/27/2016 10:56 AM
On an iPhone using safari, when trying to view player roles and when trying to manage my roster I'm getting the same error:

Server Error in '/WhatIfSports/hd' Application.


Invalid column name 'PromisedMinutesComplaintStatus'.

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 column name 'PromisedMinutesComplaintStatus'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:
[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.Linq.WhereSelectEnumerableIterator`2.MoveNext() +87 System.Linq.Buffer`1..ctor(IEnumerable`1 source) +217 System.Linq.<GetEnumerator>d__0.MoveNext() +96 System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +327 System.Linq.Enumerable.ToList(IEnumerable`1 source) +58 WhatIfSports.HoopsDynasty.Team.TeamRosterInfo.DataPortal_Fetch(ITeamInfo team) in d:\TFS\WhatIfSports\Hoops Dynasty\Trunk\Library\Team\TeamRosterInfo.cs:58 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.TeamRosterInfo.Get(ITeamInfo team) in d:\TFS\WhatIfSports\Hoops Dynasty\Trunk\Library\Team\TeamRosterInfo.cs:42 WhatIfSports.HoopsDynasty.Website.UserControls.TeamRatingsControl.OnDataBinding(EventArgs e) in d:\TFS\WhatIfSports\Hoops Dynasty\Trunk\Website\UserControls\TeamRatingsControl.ascx.cs:99 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +92 System.Web.UI.Control.DataBind() +15 WhatIfSports.HoopsDynasty.Website.Coaching.PlayerRoles.LoadPlayerTable() in d:\TFS\WhatIfSports\Hoops Dynasty\Trunk\Website\Coaching\PlayerRoles.aspx.cs:340 WhatIfSports.HoopsDynasty.Website.Coaching.PlayerRoles.Page_PreRender(Object sender, EventArgs e) in d:\TFS\WhatIfSports\Hoops Dynasty\Trunk\Website\Coaching\PlayerRoles.aspx.cs:53 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.OnPreRender(EventArgs e) +9077586 System.Web.UI.Control.PreRenderRecursiveInternal() +103 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2496

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1031
6/27/2016 11:34 AM
did you also have someone complaining about PT? I got an email at 2:50am today where he was complaining about playing time and now I get that over and over. chrome on windows
6/27/2016 11:38 AM
Getting similar errors when trying to look at teams during recruiting
Server Error in '/WhatIfSports/hd' Application.
6/27/2016 11:41 AM
On the scoreboard, you cannot look at the PM games for any date. The AM games are there, but not PM - possibly happened during the change to two a day worlds.
6/27/2016 2:36 PM
I cannot access my Depth Charts...receiving a Server Error message!
6/27/2016 2:39 PM
In RECRUITING I just noticed in the players card that under preferences in the category of Coach Loyalty a few of my recruits want a loyal coach and yet my rating under Team Analysis says "very bad" and yet I have a A+ loyalty rating. If I have a loyalty rating of A+ then the system is making a mistake...
It may also be hurting my recruiting...........
6/27/2016 4:34 PM
I think every coach is getting "Very Bad" on that still since we are all only in our 2nd seasons at the school. Where do you see your loyalty rating at in this beta setup (I haven't been able to find that)? Thanks
6/27/2016 4:48 PM
Like BFFLCommish above, I cannot access depth chart, get the error below

Server Error in '/WhatIfSports/hd' Application.


Invalid column name 'PromisedMinutesComplaintStatus'.

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 column name 'PromisedMinutesComplaintStatus'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:
[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

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1031
6/27/2016 8:12 PM
When I click on my team, which has an unhappy/complaining player regarding playing time, I get the following error:

Invalid column name 'PromisedMinutesComplaintStatus'. 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 column name 'PromisedMinutesComplaintStatus'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
6/27/2016 9:59 PM
◂ Prev 1...16|17|18|19|20...28 Next ▸

Search Criteria

Terms of Use Customer Support Privacy Statement

© 1999-2024 WhatIfSports.com, Inc. All rights reserved. WhatIfSports is a trademark of WhatIfSports.com, Inc. SimLeague, SimMatchup and iSimNow are trademarks or registered trademarks of Electronic Arts, Inc. Used under license. The names of actual companies and products mentioned herein may be the trademarks of their respective owners.