I'm getting "Invalid handle. Not initialized or points to a deleted object. (3135)" when loading a Form. Does anyone know exactly what it means?
Did you check the stack-trace of the message? It might actually be coming from the constructor of a UserControl (when used).
It's a designer error. The big red X.
Since it is a progress message and not a .net message it normally means you tried to run some code against an invalid handle. Check the .log file to see if there is any more details there.
I found what causing it. The -q parameter when you add it to the project's startup parameter, you get the error message.
. . .