Hi,
I'm trying to use our librarie in LabView 8.5, I reference this one using Automation RefNum and then use Automation open(Input: RefNum, "", True), everything is working fine while invoking nodes if these ones use COM, but if I invoke a node using DCOM, this one returns an Unknown error code (-1073467384);
I had a similar problem while developping in .NET, my solution was to indirectly call coInitializeSecurity() from ole32.lib; I tried to do the same with my LabView file, calling a dll (Call library function node) that correctly initializes the Security but nothing changed...
I also configured my local security settings and those of the LabView application from dcomcnfg (I only have the Basic Version of LabView...)
Thank's for your help :).