Skip to content

Infragistics Community Forum / Desktop / Ultimate UI for Windows Forms / InitializeComponent MissingFieldException Field Not Found

InitializeComponent MissingFieldException Field Not Found

New Discussion
Sam Boustani
Sam Boustani asked on Jul 23, 2020 6:24 AM

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?

Sign In to post a reply

Replies

  • 0
    Tihomir Tonev
    Tihomir Tonev answered on Jul 22, 2020 7:56 AM

    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

    • 0
      Sam Boustani
      Sam Boustani answered on Jul 22, 2020 3:56 PM

      That was the issue.  After rebuilding referencing libraries, it resolved itself.

      • 0
        Tihomir Tonev
        Tihomir Tonev answered on Jul 23, 2020 6:24 AM

        Glad to hear that this resolved it.

        Thank you for using Infragistics components.

  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Sam Boustani
Favorites
0
Replies
3
Created On
Jul 23, 2020
Last Post
6 years, 1 month ago

Suggested Discussions

Created by

Created on

Jul 23, 2020 6:24 AM

Last activity on

Feb 11, 2026 7:12 PM