I am experiencing a strange problem with a VS workflow deployed to the server.
The workflow that runs when an item is added triggers fine (OnWorkflowActivated). After this there is a condition where the values of one of the fields in that item is changed. In order to check if the item has changed I have written a condition workflowProperties.Item.Update() followed by OnWorkflowItemChanged().
When the workflow is activated for the first time in a day it always fails. Any request after the first one goes thru fine. Nothing gets logged in the Log folder either.
Has anyone experienced this problem?