all groups > dotnet interop > august 2005 >
You're in the

dotnet interop

group:

calling dcom from web service


calling dcom from web service edsuslen NO[at]SPAM yahoo.com
8/30/2005 12:54:23 PM
dotnet interop:
I am trying to call DCOM from web service.
Having "COM target does not implement IDispatch." error.
Tried code from within web service, separate class, enveloped it in a
separate .net dll calling dcom ( the same dll worked like a champ
called from windows form ).

Any help would be appreciated.
Re: calling dcom from web service edsuslen NO[at]SPAM yahoo.com
8/31/2005 1:47:37 PM
for those with the same issue:

fixed by adding folloing setting into web.config:

<identity impersonate="true"></identity>
AddThis Social Bookmark Button