Microsoft has a page titled
'Connecting to the Virtual Server COM Object'
I'd expect this to work out of the chute but I am having issues with
the (surprise surprise) call to CoInitializeSecurity().
The link and source is here
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msvs...
And the error is the dreaded
'Security must be initialized before any interfaces are marshalled or
unmarshalled. It cannot be changed once initialized.'
This is happening during the call to CoInitializeSecurity.
I'm working on XP, in C#, and am curious if anyone out there had the
same issue with the source and whether a resolution was found.
Thanks,
-Mezz
Peter van der Goes - 06 Oct 2005 15:03 GMT
> Microsoft has a page titled
> 'Connecting to the Virtual Server COM Object'
[quoted text clipped - 16 lines]
> Thanks,
> -Mezz
I don't have an answer to your specific problem, but I can suggest that
you'll get better answers in the C# newsgroup vs. this C++ group.
Try
microsoft.public.dotnet.languages.csharp

Signature
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Mezz - 06 Oct 2005 17:48 GMT
I apologize. I clicked on the wrong group when posting.
-Mezz