debugging problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeff

    #1

    debugging problem

    hi

    asp.net 2.0
    vista business 32bit

    I have placed a break point with the Page_Load event of a UserControl.
    The break point wasn't triggered.. I have also put
    Debug.WriteLine ("Page_Load" ); in it. But nothing is printed to the Output
    window...

    the code in the Page_Load is very simple:
    int r;
    r = 9;
    (The code doesn't do anything, I just created some very simple code which I
    could put the break point on...)

    in web.config I've <compiliation debug=true>

    any suggestions?



  • Jeff

    #2
    Re: debugging problem

    I guess I've solved it.. I restarted vs2005 and is now running it in admin
    mode


    Comment

    • Juan T. Llibre

      #3
      Re: debugging problem

      Besides posting here, where you may or may not get the answer you need,
      I suggest that you post your debugging questions to the VS debugging newsgroup
      on this same server : microsoft.publi c.vsnet.debuggi ng.




      Juan T. Llibre, asp.net MVP
      asp.net faq : http://asp.net.do/faq/
      foros de asp.net, en espaƱol : http://asp.net.do/foros/
      =============== =============== ========
      "Jeff" <it_consultant1 @hotmail.com.NO SPAMwrote in message news:OticmoWSJH A.408@TK2MSFTNG P02.phx.gbl...
      hi
      >
      asp.net 2.0
      vista business 32bit
      >
      I have placed a break point with the Page_Load event of a UserControl.
      The break point wasn't triggered.. I have also put Debug.WriteLine ("Page_Load" ); in it. But nothing is printed to the
      Output window...
      >
      the code in the Page_Load is very simple:
      int r;
      r = 9;
      (The code doesn't do anything, I just created some very simple code which I could put the break point on...)
      >
      in web.config I've <compiliation debug=true>
      >
      any suggestions?
      >
      >
      >

      Comment

      Working...