Error 500 in processing cshtml layout file

  1. #1

    Error 500 in processing cshtml layout file

    Hi guys,
    When i activate a page in my web application I throw error 500 while debugging the following line :
     @Scripts.Render("~/bundles/jquery")
            @Scripts.Render("~/bundles/bootstrap")
            @RenderSection("scripts", false)
    They are the last three line of layout file.
    Any ideas?
    Simone
  2. #2
    Would it be too much trouble for you to share a full (yet simplest) example on how to reproduce your error? Kind of a 'hello world' page which throws the error 500 in the same situation your real case does?.. I think that, being able to reproduce the error on our side, we could help you figure out the reason the error happens.

    Well, also, sometimes when I am building test cases to illustrate a problem I am facing with Ext.NET, I end up finding the solution myself, so the simple fact of building a sample case could help you figure out the problem by yourself.

Similar Threads

  1. _BaseLayout.cshtml
    By halburchal in forum 2.x Help
    Replies: 1
    Last Post: Aug 05, 2014, 3:33 PM
  2. Dynamic controls in asp.net mvc (cshtml)
    By venuc in forum 2.x Help
    Replies: 0
    Last Post: Aug 22, 2013, 7:58 AM
  3. MVC _BaseLayout.cshtml File Not Found
    By aelen in forum 2.x Help
    Replies: 1
    Last Post: Dec 04, 2012, 12:07 AM
  4. [CLOSED] Error when processing DirectMethod on TreePanel
    By ewgoforth in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 26, 2010, 8:41 AM
  5. Load Tab from aspx file - Gridpanel Layout
    By Romans in forum 1.x Help
    Replies: 1
    Last Post: Nov 30, 2009, 9:08 AM

Tags for this Thread

Posting Permissions