COBCH1894 No type found with namespace namespace-name

The program declares a namespace using the ILUSING directive, but no type with that namespace has been found within the referenced assemblies. This is a warning only.

Resolution:

Optionally correct the code; then recompile.

Example:

The following example shows code that would throw this warning.

      $set ilusing"My.Funny.Namespace" warning(2)
           display "Pass"