[newbie] strange error
From: Peter Schmitz (PeterSchmitz_at_discussions.microsoft.com)
Date: 10/09/04
- Next message: Da Tr: "Re: application idle time"
- Previous message: Ayende Rahien: "MbUnit Mystery"
- Next in thread: Sahil Malik: "Re: [newbie] strange error"
- Reply: Sahil Malik: "Re: [newbie] strange error"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 9 Oct 2004 07:09:03 -0700
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
- Next message: Da Tr: "Re: application idle time"
- Previous message: Ayende Rahien: "MbUnit Mystery"
- Next in thread: Sahil Malik: "Re: [newbie] strange error"
- Reply: Sahil Malik: "Re: [newbie] strange error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|