[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

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

Chamith

6/9/2004 1:41:00 AM

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



1 Answer

Nicholas Paldino [.NET/C# MVP]

6/9/2004 5:37:00 PM

0

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.


--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com

"Chamith" <chamith@msn.com> wrote in message
news:%23nWKvIbTEHA.2692@TK2MSFTNGP09.phx.gbl...
> 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
>
>
>