Hi all,
Newby trying to get started with ES, but obviously doing something wrong and would appreciate any assistance. I have installed MyGeneration 1.2.0.7 and the ES2008 trial. I loaded the C# esDataSource sample, including the required redistributables and used the follwing connection string -
Integrated Security=SSPI;Persist Security Info=False;User ID=sa;Initial Catalog=DPACSv2;Data Source=WADE-PC\SQLEXPRESS;
The Default.aspx source view appears OK but the design view displays the esDatasource with an error: "Error creating control - esDataSource1. Unknown server tag 'cc1:esdataSource'". If I try to run the page I get the below exception report.
Many thanks in advance.
Expiration Date Reached
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.Exception: Expiration Date Reached
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:
[Exception: Expiration Date Reached]
EntitySpaces.Web.esDataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +352
System.Web.UI.WebControls.DataBoundControl.PerformSelect() +142
System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +73
System.Web.UI.WebControls.GridView.DataBind() +4
System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +82
System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +72
System.Web.UI.Control.EnsureChildControls() +87
System.Web.UI.Control.PreRenderRecursiveInternal() +44
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842 |