Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > Problem with @Html.Telerik().ScriptRegistrar()

Not answered Problem with @Html.Telerik().ScriptRegistrar()

Feed from this thread
  • Saybabs avatar

    Posted on Jun 15, 2012 (permalink)

    I have a problem using @Html.Telerik().ScriptRegistrar() in my application. Whenever i use it I get the following error|;

    A circular reference was detected while serializing an object of type 'MVCFileUpload.Models.Module'.
    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: A circular reference was detected while serializing an object of type 'MVCFileUpload.Models.Module'.
     
    Source Error:
     
     
     
     
     
    Line 43:         </div>
    Line 44:     </div>
    Line 45: @Html.Telerik().ScriptRegistrar()
    I have tried all effort I can but to no improvement. How can I fix this bug?
    All meaningful suggestions are welcomed.
    Thanks in advance.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > Problem with @Html.Telerik().ScriptRegistrar()