Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
475
this.InitializeComponent() System.MissingFieldException: Field not found
posted

Using v20.1

I'm having a difficult issue when debugging.  Before the debugger enters InitializeComponent(), an error is thrown.  It never hits the breakpoint inside the InitializeComponent() method.

System.MissingFieldException: Field not found: '<TabControlName>'

I'm not sure why this is happening because the debugger never enters the method.

Are there any situations when this error would appear?