Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • hoodhood123 9 posts 109 karma points
    Jul 14, 2016 @ 14:59
    hoodhood123
    0

    cshtml not loading from the code base but from somewhere else (server side?)

    Hi,

    In my project, there are a few view pages .cshtml file that seems to be loaded from somewhere else but not my project code, so no matter what changes I do to those pages on my local they don't get loaded up to the site (even I delete the whole cshtml file that corresponding page still load up from somewhere else), but not all all pages just for some of them.

    Eg. I tried to put breakpoints on Step_Navigation.cshtml, in debug mode the breakpoint never stops with error message display:

    "The breakpoint will not currently be hit. A copy of Step_Navigation.cshtml was found in App_Web_step_navigation.cshtml.2352f67c.gbgwk2yv.dll (Server-side symbols....."

    Does anyone know how can I solve this issue? I don't even know where the code loading the page is stored.

    Thanks

  • Alex Skrypnyk 6163 posts 24143 karma points MVP 8x admin c-trib
    Oct 11, 2016 @ 20:55
    Alex Skrypnyk
    0

    Hi hoodhood123,

    Maybe your views were compiled in dlls?

    ASP.NET can do that, do you have access to source of your project?

    Thanks,

    Alex

Please Sign in or register to post replies

Write your reply to:

Draft