|
Hi,
I created a declarative workflow with rules in visual studio and compiled the same to an assembly. I moved my assembly to GAC and attached the same with one of my WSS document library. When i upload a document, my workflow starts and everything run as planned.
Now, i included some rules in the workflow and compiled the same, I redeployed the assembly and re-attached the same to my doc lib. Now when i upload a new document, my workflow is failing.
The only error message that i see on the workflow status screen in "Error starting workflow". The same workflow works fine in any other application type like asp.net. console etc.
How WSS attaches the workflow and is there any way that I can control the workflow instance creation in WSS?
Thanks for your help.
Anandan |