MHurley
Feb 5th, 2001, 11:06 PM
I've built a control in VB6, that exposes a string property. When I build an ASP page to use this control, it sites perfectly, and when I create client side script to access the property, the "auto-complete" feature locates the public properties and makes them accessible to me (from the type-library). However, when I open the project in the webpage I get stuck with an error that says "Object does not support this property" What am I doing wrong? The threading model is apartment. The properties are public and the init_properties, read_properties and write_properties events have all been implemented...
The CLSID is current and the object instantiates fine, it just doesn't handle a call to this property.
I feel like i've tried everything, but to no avail.
The CLSID is current and the object instantiates fine, it just doesn't handle a call to this property.
I feel like i've tried everything, but to no avail.