I have a VB5 app that uses a dll. Inside the dll is a class with multipleuse set. When the main app tries to set a new instance of the dll class, I get this error - Multiple Instance of a Single Use Class.

Has anyone any ideas?