Hello,
I have been using LLBLGen on a rather large project with no problems for about 10 months. I just setup a new PC, it is an identically installation of the other development machine I use. On my other development machine as well as all of our other developers machines are project builds and executes perfectly. On this newly installed machine the project builds properly but it does not execute. We get all kinds of errors when binding to datagrids, there may be problems elsewhere but so far I haven't been able to get far enough to find them. Here is the error I am getting... I have seen this message a lot on different microsoft news groups but they are usually people trying to access properties that do not exist in an object, that is not the case here. My BusinessEntity class does contain and Accout property and VS.NET sees it when writing C# code in the IDE. Any help would be greatly appreciated. If this is not an LLBLGen error but you can point me in the proper direction that would be great as well. Thank You.
[HttpException (0x80004005): DataBinder.Eval: 'WSCSData.EntityClasses.BusinessEntity' does not contain a property with the name Account.]
System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName)
System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts)
System.Web.UI.DataBinder.Eval(Object container, String expression)
ASP.Default_aspx.__DataBind__control143(Object sender, EventArgs e) in C:\repository\wsavings\WSCS\trunk\solution\WSCS\admin\accounts\Default.aspx:347
System.Web.UI.Control.OnDataBinding(EventArgs e)
System.Web.UI.Control.DataBind()
System.Web.UI.Control.DataBind()
System.Web.UI.Control.DataBind()
System.Web.UI.Control.DataBind()
System.Web.UI.WebControls.DataGrid.CreateItem(Int32 itemIndex, Int32 dataSourceIndex, ListItemType itemType, Boolean dataBind, Object dataItem, DataGridColumn[] columns, TableRowCollection rows, PagedDataSource pagedDataSource)
System.Web.UI.WebControls.DataGrid.CreateControlHierarchy(Boolean useDataSource)
System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e)
System.Web.UI.WebControls.BaseDataList.DataBind()
WSCS.admin.accounts.Default.BindData(Int32 accountTypeId) in C:\repository\wsavings\WSCS\trunk\solution\WSCS\admin\accounts\Default.aspx.cs:204
WSCS.admin.accounts.Default.Page_Load(Object sender, EventArgs e) in C:\repository\wsavings\WSCS\trunk\solution\WSCS\admin\accounts\Default.aspx.cs:69
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()
Craig Anderson
Netstat Resources, LLC.