Hi
I am writing a custom workflow and have completed the development of it. I am now trying to test the workflow. I developed the workflow in VS2008 and using MOSS 2007.
I have no association form but do have an Initiation form. I have completed both workflow.xml and feature.xml as expected. However when I try to start the workflow on a test document in one of my document lists I get an "unknown error". Looking through the SharePoint logs, this entry appears to be relevant:
08/07/2008 13:58:43.11 w3wp.exe (0x1040) 0x0A24 Windows SharePoint Services General 8dzz High Exception Type: System.NullReferenceException Exception Message: Object reference not set to an instance of an object.
So it looks like something is Null or not instatiated. However, placing a break point in the "onWorkflowActivated" method proves that the workflow doesn't even get as far as that.
What object(s) could be Null?
Thanks