开发者

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

开发者 https://www.devze.com 2023-01-12 13:27 出处:网络
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 dr

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 ?


Not sure what the problem is. Normally all I have to do is recompile the assembly and the designer, still open, will see the changes.


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..

0

精彩评论

暂无评论...
验证码 换一张
取 消