Debugging accross projects stopped working

  • Thread starter Thread starter moondaddy
  • Start date Start date
M

moondaddy

I'm running vb.net, VS 7.1.3008 (2003) on WinXP pro sp1 and have a winforms
project that uses webservices for its data access. The webservics are in
another project on the same computer. Up until today I could debug and step
through the code in the winforms project, step into the webservice project
and through all the data access code, and back to the winforms project (both
projects are in separate solutions). A assume this is part of the new
functionality of VS2003 because I never saw it until I upgraded to vs 2003.
What a great ability to have. Last night I installed a new SoundBlaster
card, drivers and related software from creativelabs. I don't know if this
installation could have anything to do with my inability to step across
projects now but am considering the possibility of it. Can anyone recommend
some trouble shooting or possible solutions to get debugging across projects
working again?

Thanks.
 
Hello,

I think you may try following first:

1. Try to debug a web service or asp.net application project seperately, to
ensure you can still debug web app with the IIS
2. Try to add the two projects in one solution (win app and web service
projects)
3. Remove the web reference from your project and add it again.

Hope this help,

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Hello,

Is there any updates? What is the result after you try the steps in the
previous post?

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top