Unable to debug MVC source code in Visual Studio 2010 -
i'm trying debug mvc source code in visual studio 2010 using microsoft symbols server. i've configured debugging options seen below:
and project targeting .net framework 4.0. (as said in debug .net framework's source code shows disassembly in visual studio 2010)
when try load symbols of system.web.mvc.dll, window pops saying they're being loaded. in end, modules window says couldn't found, call stack lines still grayed out , code disassembly window.
anyone knows happening?
microsoft has not provided symbols/source code entire .net framework via symbol server. mvc opened source can seperately download mvc source microsoft: http://aspnet.codeplex.com/releases/view/58781
Comments
Post a Comment