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
InitializeComponentmethod in the constructor.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.