Search code examples
.netvisual-studio-2010workflow-foundationdesignerworkflow-foundation-4

How can I clear the cache of the workflow designer (where does it cache things)?


Every time I change some InArgument of my CodeActivity or an activity defined as an XOML, it takes a couple of restarts of Visual Studio and deleting all the traces of my project's dll on the hard drive (not sure which part actually works) until the changes are reflected in the workflow designer.

Is there some way to clear the cache of the workflow designer / Visual Studio so that the changes I have made for the activities are reflected immediately ?


Solution

  • Finally I have found the reason : I happened to deploy the dll of my project into the PrivateAssemblies folder of visual studio IDE, that has somehow confused the designer. After removing it rebuild works as before..