Debug question

  • Thread starter Max André Bündchen
  • Start date
M

Max André Bündchen

I have a web service project and a winform project in the same solution. The
winform is the default project. When I run the solution, the web service and
the winform runs without problems.

But the exceptions initiated in the web services are not catched by Visual
Studio 2005. The only way to do that is run the web service project as the
default project and call the winform compiled version. It's a terrible wast
of time. How debug this two project at the same time with catch errors in VS
2005?
 
G

Guest

These are steps I have taken when faced with the identical situation

Couple of things you want to ensure:

1) Both projects belong to a seperate sln
2) Both projects are running in debug

If it still persist you may want to drop and add web svc ref again.

Restart app

Restart machine

Hope this helps, best of luck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top