Run-Time Error

  • Thread starter Thread starter SiewSa
  • Start date Start date
S

SiewSa

Hey there!

I received a run-time error of "System.NotSupportedException" highlighted at
the code line of "InitializeComponent()" suddenly after I have added two
buttons and respective codes to my vb.net project under the compact
frameworks.

The program is working perfectly fine before my last amendments to it and I
cannot figure out what is really going wrong.

Just wondered... I am actually squeezing all my codes in panels under the
same form in order to speed up my program instead of creating a lot of
forms. Is there any limitations on the total controls one can have inside a
form under the dotnet compact framework, which may cause the above error.

Thanks in advanced on any helps.
 
Thanks Asheesh, I think I know what to do. Really appreciate your help.
 

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