G
Guest
Hi,
I'm currently developing a VB.NET application and I encounter a strange error:
Look at this code:
Private Sub LinkLabel5_LinkClicked(ByVal sender As System.Object, ByVal e As
System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles
LinkLabel5.LinkClicked
PanelStart.Visible = False 'set the current panel visibility to false
PanelFWSettings.Visible = True 'line of crash
End Sub
This (simple) line of crash causes the application to hang until, after a
while, its thread is terminated. The strange thing is, that the same
executable indeed does work on a different machine - and that this error just
applies to this one and only panel.
Any ideas? Is this a Visual Studio bug?
Thanks a lot
Peter
I'm currently developing a VB.NET application and I encounter a strange error:
Look at this code:
Private Sub LinkLabel5_LinkClicked(ByVal sender As System.Object, ByVal e As
System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles
LinkLabel5.LinkClicked
PanelStart.Visible = False 'set the current panel visibility to false
PanelFWSettings.Visible = True 'line of crash
End Sub
This (simple) line of crash causes the application to hang until, after a
while, its thread is terminated. The strange thing is, that the same
executable indeed does work on a different machine - and that this error just
applies to this one and only panel.
Any ideas? Is this a Visual Studio bug?
Thanks a lot
Peter