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