This question is locked. New answers and comments are not allowed.
This problem (and related issues) is already being looked into by Telerik through a support ticket, but as my delay is now already up to 2 weeks, I am seeing whether someone out there has had the same problem and resolved it.
I have a rlinq which exposed some flaws in the visual designer (fixed in the last build). When I make a webpage with an openaccess datasource that tries to retrieve data, I get the following error. Has anyone encountered this / attempted to solve this?
Thanks, much appreciated.
I have a rlinq which exposed some flaws in the visual designer (fixed in the last build). When I make a webpage with an openaccess datasource that tries to retrieve data, I get the following error. Has anyone encountered this / attempted to solve this?
Thanks, much appreciated.
Server Error in '/' Application.Application id class 'Telerik.OpenAccess.RT.OID.IntIdentity' must have field: 'public System.Int32 iD'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: Telerik.OpenAccess.OpenAccessException: Application id class 'Telerik.OpenAccess.RT.OID.IntIdentity' must have field: 'public System.Int32 iD'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: [OpenAccessException: Application id class 'Telerik.OpenAccess.RT.OID.IntIdentity' must have field: 'public System.Int32 iD'] Telerik.OpenAccess.SPI.Backends.ThrowException(Exception e) +28 Telerik.OpenAccess.RT.ExceptionWrapper.Throw() +34 OpenAccessRuntime.storagemanager.StorageManagerFactoryBuilder.createSmfForURL() +414 OpenAccessRuntime.storagemanager.StorageManagerFactoryBuilder.createStorageManagerFactory() +486 OpenAccessRuntime.DataObjects.PersistenceManagerFactoryImp.createStorageManagerFactory() +612 OpenAccessRuntime.DataObjects.PersistenceManagerFactoryBase.init() +938 OpenAccessRuntime.DataObjects.PersistenceManagerFactoryImp.init() +101 OpenAccessRuntime.DataObjects.PersistenceManagerFactoryImp..ctor(PropertySet properties, Object classloader) +539 OpenAccessRuntime.DataObjects.PersistenceManagerFactoryImp.getPersistenceManagerFactory(PropertySet props) +49 OpenAccessRuntime.DataObjects.BootstrapPMF.getPersistenceManagerFactory(PropertySet props) +250 Telerik.OpenAccess.RT.Helper.getPersistenceManagerFactory(PropertySet props) +372 Telerik.OpenAccess.RT.DatabaseAdapter.AssertPersistenceManagerFactory(String usr, String password, Boolean open) +2077 Telerik.OpenAccess.RT.DatabaseAdapter.GetObjectScope(TransactionProvider provider) +70 Telerik.OpenAccess.Database.GetObjectScope(TransactionProvider provider) +40 Telerik.OpenAccess.OpenAccessContextBase.GetScope() +155[TargetInvocationException: Exception has been thrown by the target of an invocation.] System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner) +0 System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner) +72 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) +335 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +28 System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) +19 Telerik.OpenAccess.RT.DataSource.OpenAccessDataSourceView.ConstructContext() +1399 Telerik.OpenAccess.RT.DataSource.OpenAccessDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +182 System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +21 System.Web.UI.WebControls.DataBoundControl.PerformSelect() +143 Telerik.Web.UI.GridTableView.PerformSelect() +38 System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +74 Telerik.Web.UI.GridTableView.DataBind() +364 Telerik.Web.UI.RadGrid.DataBind() +173 System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +66 System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +75 System.Web.UI.Control.EnsureChildControls() +102 System.Web.UI.Control.PreRenderRecursiveInternal() +42 System.Web.UI.Control.PreRenderRecursiveInternal() +175 System.Web.UI.Control.PreRenderRecursiveInternal() +175 System.Web.UI.Control.PreRenderRecursiveInternal() +175 System.Web.UI.Control.PreRenderRecursiveInternal() +175 System.Web.UI.Control.PreRenderRecursiveInternal() +175 System.Web.UI.Control.PreRenderRecursiveInternal() +175 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2496Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1