Posted 12 years ago
by Gordon Zhang
Version: 12.2.0570
Platform: .NET 4.5
Environment: Windows 8 (64-bit)

Hi There,
I follow the example on SortingCustomAttribute and copied to our testing project,(CategorySortOrderAttribute), it is working fine if it is applied to a single class.
But when Class A, and Class B which is derived from class A and the Category "General" is used in both classes then it will have problem and it will not order as expect.
Please advise what should we do to make it work.
Thanks
Gordon