PDA

View Full Version : Install v8.02 on Server 2008. DCOM issue.



dsteinmetz
December 23rd, 2009, 10:47 AM
We are in the process of migrating to Windows Server 2008 and I recently installed Monarch Pro 8.02 on it. We use OLE automation but I'm not seeing the Monarch32 in the DCOM Config utility however. Am I missing a step?

We have been calling Monarch this way...where the 'Monarch32' is in DCOM.

// Use late binding to create the monarch object since it is using OLE
Type objectType = Type.GetTypeFromProgID("Monarch32");
object monarchObj = Activator.CreateInstance(objectType);