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()
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.
Figured it out. For some reason, some of the components were being referenced from the below folder after the original install. Thanks for your help.
c:\Windows\Microsoft.Net\assembly\GAC_MSIL\Infragistics4.Win.UltraWinTabbedMdi.v17.2\...
Thank you for the update and i am glad that you found your solution working .