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
25
UltraWinTree compile error. Assembly Version Conflicts.
posted

Immediately after adding a UltraWinTree control to a form through the GUI, compiling fails with following errors:

Error 12 Assembly 'Infragistics2.Win.UltraWinTree.v9.2, Version=9.2.20092.2058, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' uses 'Infragistics2.Shared.v9.2, Version=9.2.20092.2058, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' which has a higher version than referenced assembly 'Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' c:\Program Files\Infragistics\NetAdvantage 2009.2\Windows Forms\Bin\Infragistics2.Win.UltraWinTree.v9.2.dll DS
Error 13 Assembly 'Infragistics2.Win.UltraWinTree.v9.2, Version=9.2.20092.2058, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' uses 'Infragistics2.Win.v9.2, Version=9.2.20092.2058, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' which has a higher version than referenced assembly 'Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' c:\Program Files\Infragistics\NetAdvantage 2009.2\Windows Forms\Bin\Infragistics2.Win.UltraWinTree.v9.2.dll DS
Warning 14 Found conflicts between different versions of the same dependent assembly. DS

Warnings 1-11 are all #warnings (I use those as notes to myself). No other warnings or errors exist in the code.

I tried reinstalling both 9.2(NetAdvantage_WinForms_20092.exe) and  the patch (NetAdvantage_WinForms_20092_SR_2058.msp) but did not have any success.

Other controls types, Grid, docking, etc have no issues.

Win XP machine, all updates and service packs installed.

Can you help?

Parents Reply Children
No Data