3
Answers

Unknown Exception

Administrator

Administrator

21y
1.9k
1
Hi ! When i run me program on my Windows XP Computer which is also fast enough it works great. But when i try to run it on the ME Machine which is slower I get the following Exception in the Main() Funktion: "Object reference not set to an instance of an Object" My Main() Funktion looks like this: static void Main() { Application.Run(new MainWindows()); } Please anybody help ! Thanks, Nick
Answers (3)