I have a component in
VB 6.0 which i used in my web service (at local host), it works fine. But when I deployed this web service on the server, the following error occured.
System.Web.Services.Protocols.SoapException: Server was unable to process request. QueryInterface for interface XXXXX failed.
where XXXXX is my component name.
I have already register the dll and also give full rights to the folder where my project resides. but still it gives the same error. Please resolve my problem ASAP. Thanks