I have a large sinlge threaded vb.net application, which occasionally hang on the line mytabcontrol.selectedindex = 3. The tab does have a tab page that has controls on it. When I break the code its just hanging on this line (green in colour).
For such hangs is there any way we can see the call stack beyond this line of execution?
Any ideas or suggestion would be greatly apprciated.
Just found out some additional info. Seems to be stuck in a loop calling the .net ContainerControl.ActivateControlInternal
For such hangs is there any way we can see the call stack beyond this line of execution?
Any ideas or suggestion would be greatly apprciated.
Just found out some additional info. Seems to be stuck in a loop calling the .net ContainerControl.ActivateControlInternal
Last edited: