Skip to main content

Hi All,


For sending the escalation, I am using the custom DLL to send the escalation email due to specific project requirement.


I have placed the DLL in the HostServer-->Bin folder and also made the entry in the SourceCode.EventBus.Assemblies.config file.


Now in the workflow designer, I have configured the escalation at the process level. After the I am configuring the escalation in workspace using Custom notification on the " OnProcessEscalationRuleStarted".


When I start my process, I am getting the error as "Unable to load type :  'SCI.HMIS.CustomNotification.SCI.HMIS.CustomNotification.CustomNotification'". However same DLL I am using to send the task notification when the workflow is getting triggered and there it is working fine.


Can you please let me know if I am misiing anying?


Below is the text from log file:-


"104264164","2010-02-03 07:10:40","Error","EventBus","7008","Processing","EventQueueProcessing.ExecuteAssembly","7008 The following error occurred while executing policy for CustomEventInstanceID: 33868 : Unable to load type :  'SCI.HMIS.CustomNotification.SCI.HMIS.CustomNotification.CustomNotification'.","anonymous","0.0.0.0","blrkec142255d:C:Program FilesK2 blackpearlHost ServerBin","104264164","5c71c208dd054a46b59a2330980432f3",""
"104264165","2010-02-03 07:10:40","Error","EventBus","7498","General","EventQueueProcessing.Process","7498 An error has occurred: System.Exception: Unable to load type :  'SCI.HMIS.CustomNotification.SCI.HMIS.CustomNotification.CustomNotification'
   at SourceCode.EventBus.Server.EventQueueProcessing.ExecuteAssembly(Int32 CustomEventInstanceID, Int32 CustomEventID, ResolvedPolicyMapping resolvedPolicyMapping, Boolean isConditional)


Thanks & Regards


Ajay Gangwar

Dear Ruben,


Thanks a lot for suggestion. It really worked very well.


Reply