.NET Application just Disappear
-
Good Morning All i have a vb.NET application that is working fine. but Sometimes the Application just Disappear from the Screen, without any Error or Message. what is Wrong am using .NET 1.1 Thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
-
Good Morning All i have a vb.NET application that is working fine. but Sometimes the Application just Disappear from the Screen, without any Error or Message. what is Wrong am using .NET 1.1 Thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
Your app is broken. I assume some top level code is trapping an exception as it dies, or some code is triggering that closes it. Hard to say, based on the info you provided.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Good Morning All i have a vb.NET application that is working fine. but Sometimes the Application just Disappear from the Screen, without any Error or Message. what is Wrong am using .NET 1.1 Thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
In your .Net IDE, goto the Exceptions Screen (somewhere under Debug and Exceptions... I think in 2003) and select the option to break on all Thrown and Unhandled errors, the application will break into the IDE everytime an error happens. That will actually help you to see the actual error that is happening and where it happens. I used to encounter that problem a lot in VB6 though not in .Net. Hope you get it right.
-
In your .Net IDE, goto the Exceptions Screen (somewhere under Debug and Exceptions... I think in 2003) and select the option to break on all Thrown and Unhandled errors, the application will break into the IDE everytime an error happens. That will actually help you to see the actual error that is happening and where it happens. I used to encounter that problem a lot in VB6 though not in .Net. Hope you get it right.
I cant say actualy. My Application have many Forms sometimes it happens on this Form sometimes it doesnt. i have messed arround with my Project settings i Supposed i cant event debug, the Green Button in Visual Studio is always disabled , the only option i have is to "Start without Debuging" How can i enable theGreen Button again, then like that i will be able to debug and see the Error. Thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za