J
Joakim Englund
Hi,
I've been working on a C# Compact Framwork project for quiet some time
now and suddenly run into a problem that when I add a Control to a Form,
i.e. a TextBox or a Button, I get a System.NotSupportedException in the
InitializeComponent() section of the Form. I can compile the Solution,
without any problems, but when I run the application the Exception is
thrown.
However, if I remove another Component from the Form the application
runs perfect.
Any help/suggestions is appreciated.
BR
/Joakim
I've been working on a C# Compact Framwork project for quiet some time
now and suddenly run into a problem that when I add a Control to a Form,
i.e. a TextBox or a Button, I get a System.NotSupportedException in the
InitializeComponent() section of the Form. I can compile the Solution,
without any problems, but when I run the application the Exception is
thrown.
However, if I remove another Component from the Form the application
runs perfect.
Any help/suggestions is appreciated.
BR
/Joakim