Activity overview
Latest activity by jhollz89
Thanks I was able to get to the debug point after I set checkbox to off for
"Search the above locations only when symbols are loaded manually"
but it is weird because I did not have to do that with System.web.mvc only System.Web maybe a little bug or I was doing somehting else wrong.
But thank you for the note on optimization, I will seach the forum for that. / comments
Thanks I was able to get to the debug point after I set checkbox to off for
"Search the above locations only when symbols are loaded manually"
but it is weird because I did not have to do that with...
Debugging .Net aasemblies like Sytem.Web
I am tring to debug the following statement
string temp2 = (string)HttpContext.GetLocalResourceObject("~/Samples/Samples/Index.aspx", "ButtonsTest");
It will step into the code for Controller and C...