Table of Contents

Warning with code "{0}" was already enabled (AJTERR10051)

Product(s) Karo.Net Compiler

Description

The “warningEnable” directive was called on an error code which was not disabled.

#warningEnable 10000;
               ^^^^^ This warning code was not previously disabled. 

How can I resolve this error?

Remove this instruction.