Can't step into webservice from webform when in separate solutions

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Can't step into webservice from webform when in separate solutions

    Hi,

    I am unable to step into a method call on a webservice(WS)
    from a webform(WF) when WS and WF are located in separate
    VS.NET solutions. When I try to step in, step over occurs.

    BTW, I am able to do this if both the client and the
    service projects are in the same solution.

    Any clues as to what may be the problem??

    TIA,
    Vikram
    Vikram Sinha Guest

  2. Similar Questions and Discussions

    1. Will pay someone to produce for me a step by step, detailed tutorialon how to integrate HTMLAREA or any similar CMS into a DreamWeaver builtsite.
      Hi, Why don't you use KTML Lite? It's free and has a Server Behavior for easy usage in Dreamweaver...
    2. Will pay someone to produce for me a step by step, detailed tutorial on how to integrate HTMLAREA or any similar CMS into a DreamWeaver built site.
      Will pay someone to produce for me a step by step, detailed tutorial on how to integrate HTMLAREA or any similar CMS into a DreamWeaver built site.
    3. IMPERSONAT webservice to separate sql box
      I have a similar problem i have set up a 1 sql server 1 web server 1 client and cannot pass through my identity turned on impersonate in...
    4. Please teach me how to create a flash game step by step.
      Halo!EveryBody!!!Do anyone of u here can teach me how to create a flash game step by step,better hav pic to show me how to do.Or can let me know any...
    5. webform calling webservice page in the same project!!
      Hello, I have MyPage.aspx and MyService.asmx in the same project MyProject. All the Business logic is created in the Service and UI components...
  3. #2

    Default Re: Can't step into webservice from webform when in separate solutions

    Exactly what you pointed out. They are in 2 separate solutions. If you want
    to be able to debug your WS and your WF at the same time, have two copies of
    VS.NET running. Start the WS in debug mode and then start the WF. That
    should do the trick. Otherwise, merge them into the same solution.

    HTH,

    Bill P.

    "Vikram Sinha" <vikramsinha123@hotmail.com> wrote in message
    news:0b6901c34c7d$cc459100$a601280a@phx.gbl...
    > Hi,
    >
    > I am unable to step into a method call on a webservice(WS)
    > from a webform(WF) when WS and WF are located in separate
    > VS.NET solutions. When I try to step in, step over occurs.
    >
    > BTW, I am able to do this if both the client and the
    > service projects are in the same solution.
    >
    > Any clues as to what may be the problem??
    >
    > TIA,
    > Vikram

    Bill Priess Guest

  4. #3

    Default Re: Can't step into webservice from webform when in separate solutions

    I get the error: Unable to start debugging on the web
    server. A debugger is already attached.

    Unfortunately NO trick works at all for this scenario. I
    have trying everything under the sun to make this work but
    no effect.
    Is there really no way to do this? Is this by design?
    Does it work with Windows 2003 with VS.NET 2003?

    Can we more than one aspnet_wp.exe ?

    Thanks,
    Vikram
    >-----Original Message-----
    >Exactly what you pointed out. They are in 2 separate
    solutions. If you want
    >to be able to debug your WS and your WF at the same time,
    have two copies of
    >VS.NET running. Start the WS in debug mode and then start
    the WF. That
    >should do the trick. Otherwise, merge them into the same
    solution.
    >
    >HTH,
    >
    >Bill P.
    >
    >"Vikram Sinha" <vikramsinha123@hotmail.com> wrote in
    message
    >news:0b6901c34c7d$cc459100$a601280a@phx.gbl...
    >> Hi,
    >>
    >> I am unable to step into a method call on a webservice
    (WS)
    >> from a webform(WF) when WS and WF are located in
    separate
    >> VS.NET solutions. When I try to step in, step over
    occurs.
    >>
    >> BTW, I am able to do this if both the client and the
    >> service projects are in the same solution.
    >>
    >> Any clues as to what may be the problem??
    >>
    >> TIA,
    >> Vikram
    >
    >
    >.
    >
    Vikram Sinha Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139