M
Matt Young
I've encountered a bug in the WWE PPC 2003 SE VGA emulator.
When I instantiate a form, a System.NotSupportedException is thrown in the
constructor on the InitializeComponent() method call. When I attempt to
walk through in the debugger, the exception is thrown before the first line
of code in InitializeComponent is reached. This happens in debug and release
mode.
This exception happens on only one form in our application. This form's
InitializeComponent method has 203 local variables, more than any other form
in the application (may be related).
I cannot reproduce the exception on a VGA Dell Axim x50v, it seems to be
specific to the emulator.
Matt
When I instantiate a form, a System.NotSupportedException is thrown in the
constructor on the InitializeComponent() method call. When I attempt to
walk through in the debugger, the exception is thrown before the first line
of code in InitializeComponent is reached. This happens in debug and release
mode.
This exception happens on only one form in our application. This form's
InitializeComponent method has 203 local variables, more than any other form
in the application (may be related).
I cannot reproduce the exception on a VGA Dell Axim x50v, it seems to be
specific to the emulator.
Matt