On Sun, 07 May 2006 20:31:04 +0200, Herman Bos wrote:
err:rpc:RPCRT4_OpenConnection protseq mswmsg not supported err:rpc:RPCRT4_OpenConnection protseq mswmsg not supported err:rpc:RPCRT4_OpenConnection protseq mswmsg not supported
You're using a mix of native and builtin DCOM DLLs ... don't do that, either use all native or all builtin. Specifically the following set must all be the same:
rpcrt4,oleaut32,ole32=native
OR
rpcrt4,oleaut32,ole32=builtin
Does changing this help?
thanks -mike