Maybe it's an easy one, but I'm just starting with C# and can't figure out what I did wrong.
I was making a simple ping pong application, it worked properly, but suddenly a piece of code started throwing this error. Then I changed the game's main Form to a raw window's form, but the crash is still there.
Form form = new Form();
static void Main() {
Application.Run(form); //<-- Throwing the Crash
}
The next image says it all, I really appreciate any help, even the slighter one. Thanks ^^