Hi,
one of my colleagues was developing new custom workflow activities. After updating the assembly, the new activity didn’t show up in the Workflow designer. I found similar blog posts handling the same issue:
http://crmdm.blogspot.be/2012/07/deployment-of-custom-workflow-activity.html
http://microxrm.blogspot.be/2013/05/custom-workflow-activity-not-appearing.html
Our conclusions:
-IISReset is the hard way.
-Altering the strong key means meant unregistering the assembly and due to the prior dependencies not feasible.
Other solution?
Update the AssemblyVersion and AssemblyFileVersion.
Happy coding!
Philip
You must be logged in to post a comment.