1
Views
2
Comments
Error when pupishing the SortRecordList in version 9
Question

Hi all,

I get the following error when i am publishing the SortRecordList in version 9. Any ideas?
.NET Compilation.

SortRecordList.cs(36,19): error CS1061: 'System.Collections.Generic.IList' does not contain a definition for 'Sort' and no extension method 'Sort' accepting a first argument of type 'System.Collections.Generic.IList' could be found (are you missing a using directive or an assembly reference?)
unittests\SortRecordListTest.cs(21,27): warning CS0618: 'OutSystems.NssSortRecordList.RLEntityTestRecordList.RLEntityTestRecordList(System.Data.IDbTransaction)' is obsolete: 'Use the Default Constructor and set the Transaction afterwards.'

Thanks

Mat
2017-01-10 15-48-58
Hélio Dolores
Staff
Hi Matheos,

Are you installing the latest version of the component? In version 9 he have restructured the internal platform data types and the old versions of this component may not work.

Hélio

2012-01-23 12-13-38
Matheos
I have installed the latest version of the component and the problem solved.

Thanks

Mat
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.