C
ChrisBlood
Guest
Hi,
I am trying to develop a V4 printer driver and I am getting errors deploying to the remote target. I have tried several target systems and eventually bought a new PC and did a clean install. I could then deploy the driver but since then I have only managed to re-deploy it once or twice. The usual error is
System.Runtime.InteropServices.COMException (0x800706BE): The remote procedure call failed. (Exception from HRESULT: 0x800706BE)
but I have also had
System.Runtime.InteropServices.COMException (0x800706D9): There are no more endpoints available from the endpoint mapper.
Where do I start tracing the RPC failure?
Continue reading...
I am trying to develop a V4 printer driver and I am getting errors deploying to the remote target. I have tried several target systems and eventually bought a new PC and did a clean install. I could then deploy the driver but since then I have only managed to re-deploy it once or twice. The usual error is
System.Runtime.InteropServices.COMException (0x800706BE): The remote procedure call failed. (Exception from HRESULT: 0x800706BE)
but I have also had
System.Runtime.InteropServices.COMException (0x800706D9): There are no more endpoints available from the endpoint mapper.
Where do I start tracing the RPC failure?
Continue reading...