Telerik.OpenAccess.RT.OID.GuidIdentity error
hi ,
when i open 10.104.3.31:6070/.../Comments
then show error
Application id class 'Telerik.OpenAccess.RT.OID.GuidIdentity' must have field: 'public System.Guid Telerik.Sitefinity.GenericContent.Model.Content.contentId'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.GuidIdentity' must have field: 'public System.Guid Telerik.Sitefinity.GenericContent.Model.Content.contentId'
Source Error:
Line 9: protected override void InitOutputCache(System.Web.Routing.RequestContext requestContext, PageSiteNode siteNode)
Line 10:
Line 11: base.InitOutputCache(requestContext, siteNode);
Line 12:
Line 13: var cache = requestContext.HttpContext.Response.Cache;
Source File: E:\Inetpub\www\activia.us.com_Upgrade6\Dannon.Activia\src\Rosetta.Sitefinity\Routing\CustomCachingPageRouteHandler.cs Line: 11
Stack Trace:
[OpenAccessException: Application id class 'Telerik.OpenAccess.RT.OID.GuidIdentity' must have field: 'public System.Guid Telerik.Sitefinity.GenericContent.Model.Content.contentId']
DynamicModule.ns.Wrapped_OpenAccessSecurityProvider_1f35bde7650c4147ada99f9ca41c3a34.Initialize(String providerName, NameValueCollection config, Type managerType) +405
Telerik.Sitefinity.Data.ManagerBase`1.InstantiateProvider(IDataProviderSettings providerSettings, Type providerType, ExceptionPolicyName policy, ManagerBase`1 manager) +1988
Telerik.Sitefinity.Data.ManagerBase`1.InstantiateProvider(IDataProviderSettings providerSettings, ExceptionPolicyName policy, ManagerBase`1 manager) +74
Telerik.Sitefinity.Data.ManagerBase`1.SetProvider(String providerName, String transactionName) +526
please help me .
thanks,
Hello Lourdu,
Thank you for contacting us.
This error can be thrown when there is an inconsistency in the version of the OpenAccess assemblies. For example you could have one version of the product installed, but some of our dll's with another version is present in your bin folder and gets loaded in the Application Domain. It usually happens when there is a difference between the versions of Telerik.OpenAccess.dll and Telerik.OpenAccess.35.Extensions.dll.
I hope this provides useful for you as well as anyone in the community that might encounter this issue.
Regards,
Yavor Slavchev
Telerik