Results 1 to 3 of 3

Thread: Setting COM object property from web services

  1. #1

    Thread Starter
    Lively Member reado's Avatar
    Join Date
    Mar 2005
    Posts
    78

    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

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Dunmow,Essex,England
    Posts
    898

    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?

  3. #3

    Thread Starter
    Lively Member reado's Avatar
    Join Date
    Mar 2005
    Posts
    78

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width