I am trying to use DevExpress with vs2010 and got this error.
It comes from the line private DevExpress.XtraTreeList.TreeList treeList1;
private DevExpress.XtraTreeList.TreeList treeList1;
But I already have a link to DevExpress.XtraTreeList.v9.3and there is a copy
DevExpress.XtraTreeList.v9.3
The local flag is set to true.
How can I solve this problem?
DevExpress.XtraTreeList.v9.3 depends on other builds to run. Make sure you also have the following links:
DevExpress.Data.v9.3 DevExpress.Utils.v9.3 DevExpress.XtraEditors.v9.3
Hope this helps.
It is possible that the class does not exist in this version of the assembly. Have you tried using Object Browser to navigate the namespace tree?
Source: https://habr.com/ru/post/1735401/More articles:Dictionary deserialization problem - dictionaryHow to check input of integers and float in ASP.NET text field - validationSELECT NAME FROM ABCD WHERE NAME LOVE "+ aero +%" AND ROWNUM <= 10 - sqlhow does this regular expression retrieve a company name? - regexКак заставить фоновое изображение придерживаться нижней части макета? - cssWhat programming languages can I use to write Bonjour software? - phpThe problem of converting date and time if the moment is exactly at the end of winter (non-DST) - c ++How to decrypt this code? - phpAndroid: onTouchEvent for textView - android-widgethttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1735406/android-listview-set-number-of-items-to-show&usg=ALkJrhiKE7qkPjAacwAyH4570ZJ9OCJzJgAll Articles