Unable to Debug Asp.Net

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

    Unable to Debug Asp.Net

    I have a winxp box with vs2003 installed on it, it's an old box we needed to
    dust off just to use. We have an old webservice that hasn't been touched in
    many years failing, so I wanted to step through it to figure out what is
    wrong.

    Anyway my issue is, even though I run the web service through the IDE in
    debug mode, the IDE is not stopping at any of my break points.

    Does anyone have any ideas where I need to look to correct this issue? It
    opens clean, it builds clean, I just can't step through a web method.

    Thanks in advance.


  • amdrit

    #2
    Re: Unable to Debug Asp.Net

    I found my issue, I wasn't populating the test form. Once I did that,
    everything was fine.


    "amdrit" <amdrit@hotmail .comwrote in message
    news:ucnfMEv$IH A.2060@TK2MSFTN GP05.phx.gbl...
    >I have a winxp box with vs2003 installed on it, it's an old box we needed
    >to dust off just to use. We have an old webservice that hasn't been
    >touched in many years failing, so I wanted to step through it to figure out
    >what is wrong.
    >
    Anyway my issue is, even though I run the web service through the IDE in
    debug mode, the IDE is not stopping at any of my break points.
    >
    Does anyone have any ideas where I need to look to correct this issue? It
    opens clean, it builds clean, I just can't step through a web method.
    >
    Thanks in advance.
    >

    Comment

    • sloan

      #3
      Re: Unable to Debug Asp.Net

      Sometimes just typing out the issue gets it resolved (it seems).


      "amdrit" <amdrit@hotmail .comwrote in message
      news:%231xfyYw$ IHA.528@TK2MSFT NGP06.phx.gbl.. .
      >I found my issue, I wasn't populating the test form. Once I did that,
      >everything was fine.
      >
      >
      "amdrit" <amdrit@hotmail .comwrote in message
      news:ucnfMEv$IH A.2060@TK2MSFTN GP05.phx.gbl...
      >>I have a winxp box with vs2003 installed on it, it's an old box we needed
      >>to dust off just to use. We have an old webservice that hasn't been
      >>touched in many years failing, so I wanted to step through it to figure
      >>out what is wrong.
      >>
      >Anyway my issue is, even though I run the web service through the IDE in
      >debug mode, the IDE is not stopping at any of my break points.
      >>
      >Does anyone have any ideas where I need to look to correct this issue?
      >It opens clean, it builds clean, I just can't step through a web method.
      >>
      >Thanks in advance.
      >>
      >
      >

      Comment

      • AAaron123

        #4
        Re: Unable to Debug Asp.Net


        "amdrit" <amdrit@hotmail .comwrote in message
        news:%231xfyYw$ IHA.528@TK2MSFT NGP06.phx.gbl.. .
        >I found my issue, I wasn't populating the test form. Once I did that,
        >everything was fine.

        I need to do this. How is it done?
        >
        >
        "amdrit" <amdrit@hotmail .comwrote in message
        news:ucnfMEv$IH A.2060@TK2MSFTN GP05.phx.gbl...
        >>I have a winxp box with vs2003 installed on it, it's an old box we needed
        >>to dust off just to use. We have an old webservice that hasn't been
        >>touched in many years failing, so I wanted to step through it to figure
        >>out what is wrong.
        >>
        >Anyway my issue is, even though I run the web service through the IDE in
        >debug mode, the IDE is not stopping at any of my break points.
        >>
        >Does anyone have any ideas where I need to look to correct this issue?
        >It opens clean, it builds clean, I just can't step through a web method.
        >>
        >Thanks in advance.
        >>
        >
        >

        Comment

        Working...