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.
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
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
is working on a reply...