如何清除工作流设计器的缓存(它在哪里缓存内容)?

发布于 2024-09-15 23:25:03 字数 216 浏览 5 评论 0 原文

每次我更改 CodeActivity 的某些 InArgument 或定义为 XOML 的活动时,都需要重新启动 Visual Studio 几次并删除项目 dll 的所有痕迹硬盘驱动器(不确定哪个部分实际工作),直到更改反映在工作流设计器中。

是否有某种方法可以清除工作流设计器/Visual Studio 的缓存,以便立即反映我对活动所做的更改?

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 ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不美如何 2024-09-22 23:25:03

不确定问题是什么。通常我所要做的就是重新编译程序集,设计器仍然打开,将看到更改。

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.

给妤﹃绝世温柔 2024-09-22 23:25:03

最后我找到了原因:我碰巧将项目的dll部署到Visual Studio IDE的PrivateAssemblies文件夹中,这在某种程度上让设计者感到困惑。删除后重建就像以前一样..

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文