Skip to content

Infragistics Community Forum / Desktop / Ultimate UI for Windows Forms / System.MissingMethodException Method not found: 'Void dll.set_GridData(Infragistics.Win.UltraWindGrid.UltraGrid)'

System.MissingMethodException Method not found: 'Void dll.set_GridData(Infragistics.Win.UltraWindGrid.UltraGrid)'

New Discussion
kien Vu Tat
kien Vu Tat asked on Jun 20, 2016 9:19 AM

Hello!

I using Visual Studio 2015 and Infragistic 2014.

I have a Class Library project, and a window form project references to dll of Class Library project.

In Class Libray project, i have a class with this property method as below:

Public Class GridView

Private Shared grdData As UltraGrid

Public Shared Property GridData() As UltraGrid
Get
Return grdData
End Get
Set(ByVal value As UltraGrid)
grdData = value
End Set
End Property

End Class

In window form project, i have a ultragrid with name grdData , and i use as below:

GridView.GridData = grdData

But the exception appear:

An unhandled exception of type ‘System.MissingMethodException’ occurred in System.Windows.Forms.dll

Additional information: Method not found: ‘Void QCRT.Carrier.GridView.set_GridData(Infragistics.Win.UltraWinGrid.UltraGrid)’.

=> How to grant a Ultragrid into Ultragrid in Class Libray project by Visual Studio 2015?

*Note: I alway using that method good in Visual Studio 2010, 2008, 2005.

Thank you so much!

Sign In to post a reply

Replies

  • 0
    Dimitar
    Dimitar answered on Jun 16, 2016 1:26 PM

    Hello,

    Thank you for posting in our forums.

    The MissingMethodException happens when the application is deployed, the dlls it is referencing are from an older version than the ones that were used when the application was compiled. Make sure that the latest assemblies are deployed and no duplicated older assemblies are hiding in certain folders. Your best bet would be to delete every built item and rebuild/redeploy the entire solution. Also make sure that the old version of the references are not lingering in the GAC.
        
    Please let me know if you have any additional questions.

    • 0
      kien Vu Tat
      kien Vu Tat answered on Jun 17, 2016 7:09 AM

      Thank you.

      I alreay check Infragistic version of mys dll is 11.2.2010

      and in my project is 11.2.2135.

      and now it's working ok.

      However, i don't know why with an Infragistic setup file install in my compuer is version 11.2.2010, but install in another computer is 11.2.2135 ?

      Thank you!

      • 0
        Dimitar
        Dimitar answered on Jun 20, 2016 9:19 AM

        Hello,

        Thank you for the reply.

        That would happen because the two machines have different service releases of 11.2 installed. Yours have version 2010 installed and the other machine has 2135. 2135 is the latest service release for 11.2, so I would suggest to upgrade your version to it. This well you will be working on the latest version for 11.2 and you will have the same version as your colleagues. You can find how to download the latest service release from this link:

        http://es.infragistics.com/community/forums/t/29398.aspx

        Please let me know if you have any additional questions.

        Normal
        0

        false
        false
        false

        EN-US
        ZH-CN
        LAO

  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
kien Vu Tat
Favorites
0
Replies
3
Created On
Jun 20, 2016
Last Post
9 years, 9 months ago

Suggested Discussions

Tags

Created by

Created on

Jun 20, 2016 9:19 AM

Last activity on

Feb 19, 2026 8:02 AM