VS .Net 2003 freezes problem

  • Thread starter Thread starter Tomislav Bartolin
  • Start date Start date
T

Tomislav Bartolin

Hi all,

I have a problem starting debugging my application from Visual Studio .Net
2003 IDE.
The solution consists of 10 VB.Net projects which include class libraries,
web application, setup projects and an exe entry application.
When I run the application, solution builds successfuly but then the IDE
just hangs, and nothing is started (although the application process appears
in the Task Manager processes list).
All works fine when the application is started without debugging, and the
problem is occurring only with that specific solution.
I have no clue where to start looking for a solution so any help would be
appreciated.

Thanks,

Bartol
 
The standard first question on this messages Tomislav,

You are shure your IDEi is in Debug mode, see in top?

Cor
 
Cor Ligthert said:
The standard first question on this messages Tomislav,

You are shure your IDEi is in Debug mode, see in top?

Cor, thanks for your reply.

Yes, I've checked the Configuration Manager, and found that the Active
solution configuration
along with all project's configurations is set to debug.

Maybe it is meaningful to say that the processor usage remains at 100 %
during this hang.

Thanks,

Bartol
 
Tomislav,

Not an endless procedure somewhere, did you start you debugging completly
with F11 already?

Cor
 
Cor Ligthert said:
Tomislav,

Not an endless procedure somewhere,

No, I've managed to solve the issue by deleting all Visual Studio output
files (dll's, pdb's, exe) from all projects bin folders.
I don't understand why the problem incurred though...

Thanks for your effort.
 
Back
Top