byteArray
Jan 28th, 2004, 08:22 PM
Hi everyone!
I used PropertyBagClass from VBRUN dll to pass a parameter from my UI to a Web service. I don't understand why it works if I used the project(web service) as a reference to my UI. But when I used the running web service as a reference I get the message "Exception from HRESULT: 0x800a0062" after the line:
PropertyBagClass propBag = new PropertyBagClass();
Please I need help. I've been trying to solve this since yeasterday!
Thanks!
byteArray.
I used PropertyBagClass from VBRUN dll to pass a parameter from my UI to a Web service. I don't understand why it works if I used the project(web service) as a reference to my UI. But when I used the running web service as a reference I get the message "Exception from HRESULT: 0x800a0062" after the line:
PropertyBagClass propBag = new PropertyBagClass();
Please I need help. I've been trying to solve this since yeasterday!
Thanks!
byteArray.