Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14582 - .NET object already created

14582   .NET object already created

Cause

This error occurs when you call the createDotNetObject method in the JadeDotNetType class more than once on the same JADE proxy object.

The createDotNetObject method is called automatically when you use the createPicture, createFont, or createColor method in the JadeDotNetType class.

It is also called when you call a method or access a property on a JadeDotNetType object without previously calling the createDotNetObject method.

Action

Remove one of the calls to the createDotNetObject method.