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?

Parents
  • 1500
    Offline posted

    Hello Sam,

    This error usually happens where there has been changes to a library, or a field get's references by two libraries, one of them get's updated and the other one is still looking for the information from the non-updated one.

    Could you please provide more information in what scenario are you getting this exception? Maybe steps to reproduce it on our end so we can look for potential issues.

    Looking forward to hearing from you.

    Sincerely,

    Tihomir Tonev
    Associate Software Developer
    Infragistics

Reply Children