In my VB.NET program i have greated, i am getting the above error with the following description
An error occurred creating the form. See Exception.InnerException for details. The error is: Object variable or With block variable not set.
The debugger doesnt point me towards any actual code to fix, so i am stumped.
How would I go about debugging this error?
Thanks.
(PS, I am learning VB.NET at the moment, the program i am making is an example from a book)