Error when Instanciating the Clerk object in a CRM Worker Derived class

  • Thread starter Thread starter Chamith
  • Start date Start date
C

Chamith

HI all,

When i try to instanciate a Cerk object in the Activate Method of the Worker
Derived Class, It gives the following exception

System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic
failure
at
System.EnterpriseServices.CompensatingResourceManager.CrmLogControl.Register
Compensator(String progid, String desc, Int32 flags)
at
System.EnterpriseServices.CompensatingResourceManager.Clerk.Init(String
compensator, String description, CompensatorOptions flags)
at System.EnterpriseServices.CompensatingResourceManager.Clerk..ctor(Type
compensator, String description, CompensatorOptions flags)

Does anyone know what it means?

Thanx in advance

Chamith
 
Chamith,

Can you give a little more information about what the Clerk and Worker
objects are? You seem to be using EnterpriseServices. If you provide more
information, it would be easier to point you in the right direction.
 
Back
Top