Hi, I do some rather long winded things with a forms application using arrays and sometimes I address it wrongly during development, instead of an obvious error or a crash the whole application restarts and tries to run:
Application.Run(new SplashForm());
Why does this happen? It makes debugging very painful!
Thanks