Sorry about that.
I am using LLBLGen Pro. Version 2.6
Using the following runtime libraries:
\LLBLGen Pro v2.6\RuntimeLibraries\DotNet20\SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll
\LLBLGen Pro v2.6\RuntimeLibraries\DotNet20\SD.LLBLGen.Pro.DQE.SqlServer.NET20.dll
Stack:
System.InvalidCastException was unhandled by user code
Message="Unable to cast object of type 'HeinensAPI.CollectionClasses.ProductCollection' to type 'System.Collections.Generic.List`1[HeinensAPI.EntityClasses.ProductEntity]'."
Source="App_SubCode_CSCode.peiootrw"
StackTrace:
at ProductManager.GetProductsForCustomer(Int32 custID) in c:\Barkley-svn\Heinens\src\website\App_Code\CSCode\ProductManager.cs:line 23
at secure_home.Page_Load(Object sender, EventArgs e) in c:\Barkley-svn\Heinens\src\website\secure\home.aspx.cs:line 17
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Exception:
System.InvalidCastException: Unable to cast object of type 'HeinensAPI.CollectionClasses.RewardCollection' to type 'System.Collections.Generic.List`1[HeinensAPI.EntityClasses.RewardEntity]'.