自定义 SharePoint Designer (SPD) 工作流活动语句在 SPD 中不可见
我为 SharePoint Designer 创建了一个自定义工作流活动(操作)。我将该程序集部署到 GAC,在 web.config 文件中添加了条目,并在 12hive(子)文件夹中创建了一个 .ACTIONS 文件。 现在,当我打开 SPD 并创建新工作流程时,我可以看到我的工作流程操作,但当我选择它时,不会显示“句子”。我检查了所有内容,但找不到我做错了什么。任何帮助将不胜感激!
此处下载源代码和配置文件
I created a custom workflow activity (action) for SharePoint Designer. I deployed the assembly to the GAC, added the entry in the web.config file and created a .ACTIONS file in the 12hive (sub)folder.
When I now open SPD and create a new workflow I can see my workflow action but when I select it the "sentence" is not shown. I checked it all but cannot find what I'm doing wrong. Any help would be highly appreciated!
Download the sourcecode and config-files here
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我终于找到了这个问题的答案!本质上我更新了错误的 web.config 文件;需要更新位于端口 80 上的那个。
对我来说,这是在这里:
我正在更新这里的那个:
不知道为什么我选择了那个;也许是因为它靠近我正在编辑的模板和其他内容。
在这里找到答案:http:// Social.msdn.microsoft.com/Forums/en/sharepointworkflow/thread/4e7a77f4-c29b-47b2-a1de-79470f0bb1c9(讨厌窃取信用:-P)
I finally found the answer to this! Essentially I was updating the wrong web.config file; needed to update the one that sits on port 80.
For me this was here:
I was udpating the one here:
Not sure why I picked that one; maybe because it was nearby the templates and other stuff I was editing.
Found the answer here: http://social.msdn.microsoft.com/Forums/en/sharepointworkflow/thread/4e7a77f4-c29b-47b2-a1de-79470f0bb1c9 (hate to steal credit :-P)
我不认为有什么明显的错误。您是否尝试过清除代理程序集缓存?
I don't see anything blatantly wrong. Have you tried clearing your proxy assembly cache?