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
100
Upgrade to 17.2.2006 inside VS2017 caused problem
posted

I upgraded Infragistics 17.2 using the official plug-in inside Visual Studio 2017 IDE. Now something appears to be broken. Getting below error on main form opening, which was working fine prior to the upgrade. Any ideas?

System.Transactions Critical: 0 : <TraceRecord xmlns="">schemas.microsoft.com/.../TraceRecord" Severity="Critical"><TraceIdentifier>msdn.microsoft.com/.../TraceIdentifier><Description>Unhandled exception</Description><AppDomain>Active Rebalance Tool.exe</AppDomain><Exception><ExceptionType>System.InvalidOperationException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>An error occurred creating the form. See Exception.InnerException for details.  The error is: Method not found: 'Void Infragistics.Win.UltraWinTabbedMdi.MdiTabSettings.set_HotTrack(Infragistics.Win.DefaultableBoolean)'.</Message><StackTrace>   at MyTool.My.MyProject.MyForms.Create__Instance__[T](T Instance) in :line 190

   at MyTool.My.MyProject.MyForms.get_frmMDIMain()

Parents
No Data
Reply
  • 7535
    Offline posted

    Hello Michael,

    Thank you for posting to our forum.

    Looking into error message it looks like there is some reference issue in the project.

    May I know from which version did you upgrade?

    Check if you still have the reference of old version.

    Clear the license file and build the project again.

    Please let me know if you need further assistance.

Children