[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

.NET web service with COM DLL does not run on .NET server?

Asaf Goldman

1/6/2003 9:59:00 AM

Hi,

I have developed a .NET web service with VS.NET and it getting a function
results from a COM Object DLL.

On the develop computer the WS is working properly with the COM DLL but when
I deploy the WS to the .NET Server with the "Copy Project" button of VS.NET
then:

1. The COM DLL is not deployed with the WS.
2. I have copied the COM DLL to the WS directory on the .NET Server and
register it manually with "regsvr32" but when I try to call the WS I am
getting an error that the COM DLL is not registered.

Why the "Copy Project" from VS.NET is not copping the COM DLL and registers
it on the .NET Server automatically?

Why the WS is not recognizing the COM DLL after I have registered it with
regsvr32?

Thanks for any help.

Asaf