I'm trying to use Log4Net in my custom workflow activities rather than writing my own logging module, but hitting problems when I try and call the activity.
Has anyone succesfully managed to do this? What am I missing?
Event viewer is showing
WorkflowManager could not deserialize XOML definition: '<ns0:SequentialWorkflow x:Name="SequentialWorkflow" ActorId="00000000-0000-0000-0000-000000000000" WorkflowDefinitionId="00000000-0000-0000-0000-000000000000" RequestId="00000000-0000-0000-0000-000000000000" TargetId="00000000-0000-0000-0000-000000000000" xmlns:ns1="clr-namespace:uk.ac.warwick.its.fim;Assembly=ProcessInputRecords, Version=1.0.0.0, Culture=neutral, PublicKeyToken=45e75f09b5047433" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/workflow" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:ns0="clr-namespace:Microsoft.ResourceManagement.Workflow.Activities;Assembly=Microsoft.ResourceManagement, Version=4.1.3451.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<ns1:MatchIndividual x:Name="authenticationGateActivity1" readRequest_CurrentRequest1="{x:Null}" />
</ns0:SequentialWorkflow>'.
Dave Nesbitt | Architect | Oxford Computer Group