Setting COM object property from web services
Hi, I am consuming a VB6 dll in my C# web service, and can call methods such as subs and functions in the vb6 dll classes, but I cant seem to set a property of the vb6 classes as I would from a vb6 application??
Any help would be very much appreciated
Re: Setting COM object property from web services
Are you receiving any kind of error if so it would be helpful to see. On the VB6 DLL are you sure the porperties have been set with a 'set' attribute and are not readonly?
With your project referncing the vb6 dll, can you see the properties in the dll via the object browser?
Re: Setting COM object property from web services
Hi thanks for your reply I have figured out whats it was i restarted the WWW service and its works ok now??? Weird