I have created a workflow model and have created an overdue event for each task of the model. I have created a webservice to sent out emails on some other server, which is being called in the overdue event.
I just noticed that in the event log i get information indicating that the assembly sould not be loaded. I have no clue what does that mean. Can you please help me in this regard.
Thanks in advance.
Here is the error message-
Could not run script method wTskITHeadApproval_Overdue()
Unable to find assembly 'HR_ITUserClearance, Version=1.0.0.30380, Culture=neutral, PublicKeyToken=null'. ---> System.Runtime.Serialization.SerializationException: Unable to find assembly 'HR_ITUserClearance, Version=1.0.0.30380, Culture=neutral, PublicKeyToken=null'.
at System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo.GetAssembly()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.GetType(BinaryAssemblyInfo assemblyInfo, String name)
at System.Runtime.Serialization.Formatters.Binary.ObjectMap..ctor(String objectName, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[] typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray assemIdToAssemblyTable)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryObjectWithMapTyped record)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryHeaderEnum binaryHeaderEnum)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
I also got this error-
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 7/20/2008 2:46:29 PM
Event time (UTC): 7/20/2008 10:46:29 AM
Event ID: 6fc93c243cc2414eb765529f66d43ca1
Event sequence: 94
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/Root/IDeA-1-128610213203763664
Trust level: Full
Application Virtual Path: /IDeA
Application Path: c:\inetpub\wwwroot\IDeA\
Machine name: SC6
Process information:
Process ID: 4948
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: Exception
Exception message: Could not set value. Value=70E18A39-C5B2-46B2-A5F1-E528987080ED
Path=xmlKey +
Data Access Layer failure.
Request information:
Request URL: Request path: /HR/LeaveRequest.aspx
User host address: 192.168.165.42
User: ghassan
Is authenticated: True
Authentication Type: Negotiate
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 6
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Teamplate.BLL.BProcess.SetTextValue(String xmlObject, String path, String valueData)