Table of Contents

Type must implement sl.attributes::attribute to be able to be used as an attribute (AJTERR10010)

Product(s) Karo.NET Compiler

Description

A type was used as attribute which was not supposed to be used as attribute (which means it does not implement the sl.attributes::attribute interface).

How can I resolve this error?

Let the type inherit from sl.attributes::attribute or don't use it as an attribute.