Parameters are not compatible

I added a Generic Object to my Web Project and set its Super to HTTPSecureSocket. If I drag it to a WebPage object, it works fine. If I drag it to a ContainerControl object, I get “Parameters are not compatible with this function” “Name”

Why do I get this error? Is there something else I need to do to be able to reference the HTTPS (Generic Object added to my project) object from within a ContainerControl?

Probably something similiar like this: Thread error - Parameters are not compatible with this function Name

Sometimes it is because of the standard constructor beeing set to private or protected in a subclass.

At the moment, you can’t add non-webcontrol items to a webpage using the layout editor. If you need this capability, you need to do that in code.