Visual Studio 2010 - 打包错误

时间:2012-08-07 06:24:50

标签: visual-studio-2010 sharepoint-2010 sharepoint-workflow

Hy,当我尝试在Visual Studio 2010中打包我的“空SharePoint解决方案”时,我收到此错误“项目项”ItemName“无法通过沙盒解决方案中的功能部署”。该解决方案包含“顺序工作流程”。我采用了“空SharePoint解决方案”,以便我可以将其设置为沙箱。

我希望有人能够帮助我。

1 个答案:

答案 0 :(得分:0)

它发生了,因为Sequential Workflow项目不是作为Sandbox Solution实现的。 Sandbox Solution有限制。如果要使用顺序工作流,则应使用Farm Solution。更多见

What Can Be Implemented in Sandboxed Solutions in SharePoint 2010

How to Create and Deploy Declarative Workflows in Sandboxed Solutions

祝你好运!