An exception
The type System.Collections.SortedList is not supported because it implements IDictionary.
occurs when I try to open aspx file containing a function of SortedList type.
It is always an error when trying to return a type implementing abstract class?
And mainly... How could I return SortedList?
