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 DSError 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 DSWarning 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?
hi,
Remove reference Infragistics2.Win.UltraWinTree.v9.2. Again add the same and check.
WooHoo! That took care of my problem!
Thanks!