Date parsed: 08/10/2007 03:25:43
Date: Mon, 08 Oct 2007 03:25:43 GMT
Hi Moondaddy,
From your description, I understand you're using VS 2008 to develope a
solution containing a .NET 2.0 winform and ASPX webservcie project.
However, you found that the winform project can not step into the
webservice project when debugging, correct?
yes, steping through from winform to the callee webservice project(in same
solution) should be workable. To make the problem more concentrate, I would
suggest you try the following things:
** Try a new solution(with a winform and webservice projects) that are
purely created from VS 2008 to see whether it suffers the problem.
** Try creating a simpilfied VS 2003 one and convert it to VS 2008 projects
to see whether the same behavior occur.
This just help confirm whether it is a common issue or whethe it only
occurs on converted projects.
Please feel free to let me know if you have any other findings.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
>From: "moondaddy" <moondaddy@newsgroup.nospam>
>Subject: unable to debug web service project
>Date: Fri, 5 Oct 2007 02:20:02 -0500
>I have a VS 2008 solution which has a .net 2.0 winforms app that was just
>upgraded from VS 2003 .net 1.1. It also has a web service project .net
2.0.
>when I try to debug by stepping from the winforms app into a web service I
>get the error:
>
>Unable to Automatically Step Into the Server
>
>I looked at the documentation and I've done everything listed such as
>setting debug=true in the web.config file.
>
>However, if I just run the ws app, I can debug with in it. I just cant
step
>from the winform app into the ws. any ideas how I can resolve this?
>
>Thanks.
>
>--
>moondaddy@newsgroup.nospam
>
>
>