B
Ben R. Bolton
I am experiencing a very odd problem. When I stop my application at a break
point or with an Assert, after I continue running my form stops responding.
Is this a known problem or does any one have any suggustions as to what may
be happing or how to "debug" it.
Background:
We have developed a client application that is built on multiple layers of
UserControls. There are dozens of usercontrols made up of standard window
Forms controls and a few inherited windows Forms controls.
When ever I stop the application at a break point or with an Assert
everything behaves as expected. I can step through the code, look at
fields/properties etc. But when I continue the application, the webForm
displays, can be minimized, maximized, but cannot be closed. Individual
controls "react" to mouse movement, (for example a Treeview with hot
tracking will "track" mouse over a treenode) but I cannot select a node in
the tree view or List View. Menu don't open (main or context), buttons
don't respond to being clicked.
I will continue to try an isolate what "recent" changed were made to
determine what could be causing this, since it didn't behave like this
before, but I was hopeing this behavior has been seen before and there is a
know course of action to resolve it or at least identify what could be
causing it.
Any assistance would be apreciated.
Ben R. Bolton
point or with an Assert, after I continue running my form stops responding.
Is this a known problem or does any one have any suggustions as to what may
be happing or how to "debug" it.
Background:
We have developed a client application that is built on multiple layers of
UserControls. There are dozens of usercontrols made up of standard window
Forms controls and a few inherited windows Forms controls.
When ever I stop the application at a break point or with an Assert
everything behaves as expected. I can step through the code, look at
fields/properties etc. But when I continue the application, the webForm
displays, can be minimized, maximized, but cannot be closed. Individual
controls "react" to mouse movement, (for example a Treeview with hot
tracking will "track" mouse over a treenode) but I cannot select a node in
the tree view or List View. Menu don't open (main or context), buttons
don't respond to being clicked.
I will continue to try an isolate what "recent" changed were made to
determine what could be causing this, since it didn't behave like this
before, but I was hopeing this behavior has been seen before and there is a
know course of action to resolve it or at least identify what could be
causing it.
Any assistance would be apreciated.
Ben R. Bolton