application close upon startup
-
I have written a dot net application that run fine on certain machine, but on other machine, it will shut down automtically by itself upon startup. the process windows shows the process exit by itself after a second of startup. Any idea?
-
I have written a dot net application that run fine on certain machine, but on other machine, it will shut down automtically by itself upon startup. the process windows shows the process exit by itself after a second of startup. Any idea?
Please give us more information about your Application in order to help you.
Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.somee.com http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/
-
I have written a dot net application that run fine on certain machine, but on other machine, it will shut down automtically by itself upon startup. the process windows shows the process exit by itself after a second of startup. Any idea?
I guess that is what you would get when your main form's constructor throws an exception. Add try-catch blocks in Main() and in MainForm.constructor and log whatever you get completely. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.