Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A constructor in a designer-generated type does not call the type's InitializeComponent method.
Each constructor in a designer-generated type should call the type's InitializeComponent method.
Error ID: BC40054
To correct this error
- Add a call to the InitializeComponent method in the constructor.