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?