Strange error on a form

  • Thread starter Thread starter Kiwi
  • Start date Start date
K

Kiwi

Hello:

I have a problem with a form. When I try to load it in design, returns
"error loading document. correct the error and try again to load document.
Error message: no specified".

This form was correct, but I don't know why is now damaged.

Any help?


Thanks and regards
 
This may happens because you have declared another class before the form
class. Move all your declared classes from the top to the bottom in your
form class.

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top