I think I finally found a solution to a very annoying problem. As always the solution (once found) was almost trivial…
Here’s the problem; in many modern system architectures there are at least one web service involved, sometimes more than one that call each other in sequence. When such a system is debugged in Visual Studio it now-a-days works very fine.
But… if you have a long running debugging session (like, for example, yesterday when I demonstrated some features for my team) the debugging fails all of a sudden with a time-problem. The error description doesn’t point you to anything good either.
I think i finally found a solution to a very annoying problem. As always the solution (once found) was almost trivial…
However - some colleagues of mine showed me the possibility to start several projects at once when debugging. Right-click the solution in Visual Studio 2005 and choose...