Ask a Question related to ASP.NET General, Design and Development.
-
Vikram Sinha #1
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
-
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... -
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. -
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... -
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... -
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... -
Bill Priess #2
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
-
Vikram Sinha #3
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
solutions. If you want>-----Original Message-----
>Exactly what you pointed out. They are in 2 separatehave two copies of>to be able to debug your WS and your WF at the same time,the WF. That>VS.NET running. Start the WS in debug mode and then startsolution.>should do the trick. Otherwise, merge them into the samemessage>
>HTH,
>
>Bill P.
>
>"Vikram Sinha" <vikramsinha123@hotmail.com> wrote in(WS)>news:0b6901c34c7d$cc459100$a601280a@phx.gbl...>> Hi,
>>
>> I am unable to step into a method call on a webserviceseparate>> from a webform(WF) when WS and WF are located inoccurs.>> VS.NET solutions. When I try to step in, step over>>>
>> 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



Reply With Quote

