Author: mfouwaaz | Posted on: 4/16/2008 1:34:27 PM | Views : 821

Hello asp.net gurus
I have a huge problem in that the debugger simply will not work.
This is a new laptop running vista and a new installation of Visual Web Developer 2005 Express.  Everything works fine except for the debug function.  There is no error, nothing at all.  The breakpoint is simply skipped.  The breakpoint remains the same dark red color throughout.
It looks like I am missing something really simple -- except that I cannot figure out what it is!  web.config has the following.
<compilation debug="true">
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" ...

Go to the complete details ...