Error with module in SF5

Posted by Community Admin on 04-Aug-2018 04:57

Error with module in SF5

All Replies

Posted by Community Admin on 30-Jun-2012 00:00

Hi,
I created a module in SF5. It is working fine in local server. But when I tried to click the 'GO to manage mymodule content. The error is The ContentViewDefinition with name 'Telerik.Sitefinity.DynamicTypes.Model.mymodule.mymoduleBackendDefinition' does not exist in configuration files.
           You should either add the ContentViewDefiniton with such name to the configuration;
           change ControlDefinitionName or load ControlDefinition programatically by setting
           the ControlDefinition property. 

Thanks in advance.

Posted by Community Admin on 01-Oct-2012 00:00

Surya,
Did you get an answer from Telerik?  I was adding custom content type in SF51 and got the error:

Server Error in '/' Application.
The ContentViewDefinition with name 'Telerik.Sitefinity.DynamicTypes.Model.PtagisFieldSoftware.FieldSoftwareBackendDefinition' does not exist in configuration files.
           You should either add the ContentViewDefiniton with such name to the configuration;
           change ControlDefinitionName or load ControlDefinition programatically by setting
           the ControlDefinition property.
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.InvalidOperationException: The ContentViewDefinition with name 'Telerik.Sitefinity.DynamicTypes.Model.PtagisFieldSoftware.FieldSoftwareBackendDefinition' does not exist in configuration files.
           You should either add the ContentViewDefiniton with such name to the configuration;
           change ControlDefinitionName or load ControlDefinition programatically by setting
           the ControlDefinition property.
 
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:
 
 
[InvalidOperationException: The ContentViewDefinition with name 'Telerik.Sitefinity.DynamicTypes.Model.PtagisFieldSoftware.FieldSoftwareBackendDefinition' does not exist in configuration files.
            You should either add the ContentViewDefiniton with such name to the configuration;
            change ControlDefinitionName or load ControlDefinition programatically by setting
            the ControlDefinition property.]
   Telerik.Sitefinity.Web.UI.ContentUI.ContentView.get_ControlDefinition() +410
   Telerik.Sitefinity.Web.UI.ContentUI.ContentView.ResolveContentManager() +25
   Telerik.Sitefinity.Web.UI.ContentUI.ContentView.ResolveDetailItem() +127
   Telerik.Sitefinity.Web.UI.ContentUI.ContentView.CreateChildControls() +71
   System.Web.UI.Control.EnsureChildControls() +182
   System.Web.UI.Control.PreRenderRecursiveInternal() +60
   System.Web.UI.Control.PreRenderRecursiveInternal() +222
   System.Web.UI.Control.PreRenderRecursiveInternal() +222
   System.Web.UI.Control.PreRenderRecursiveInternal() +222
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4201

This thread is closed