Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creatable
Message
General information
Forum:
Visual Basic
Category:
ActiveX controls
Title:
Miscellaneous
Thread ID:
01017148
Message ID:
01017197
Views:
27
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform