Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creatable
Message
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Titre:
Divers
Thread ID:
01017148
Message ID:
01017197
Vues:
29
Basically you cannot create an instance of that class using new keyword.
So in the dll you are referencing,the class u want to create an instance of has the instancing property set to public not creatable.

Workaround is to either have a factory for it(basically have another class you can call and returns an instance of the "public noncreatable class")
or change the instancing property to allow public creation.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform