简体   繁体   English

尝试从Windows 7中的Visual Studio 2010部署SharePoint 2010工作流程序包时遇到错误

[英]Getting error trying to deploy a sharepoint 2010 workflow package from Visual Studio 2010 in Windows 7

I'm trying to deploy a Nintex Sharepoint workflow from Visual Studio 2010, on a Windows 7 Ultimate x64 machine, running Sharepoint 2010, and I keep getting this error: 我正在尝试在运行Sharepoint 2010的Windows 7 Ultimate x64计算机上从Visual Studio 2010部署Nintex Sharepoint工作流,但一直出现此错误:

Error occurred in deployment step 'Recycle IIS Application Pool': Microsoft .NET Framework 3.5 SP1 is not installed on this system. 部署步骤“回收IIS应用程序池”中发生错误:此系统上未安装Microsoft .NET Framework 3.5 SP1。 It is required to perform this operation. 需要执行此操作。

Any ideas what the problem might be or how to fix? 任何想法可能是什么问题或如何解决?

I kind of stumbled across the answer. 我有点迷失了答案。 I found a couple people who addressed similar issues by disabling .NET Framework 3.5.1 in Windows Features. 我发现有几个人通过禁用Windows功能中的.NET Framework 3.5.1解决了类似的问题。 I turned the feature off, rebooted and it works. 我关闭了该功能,重新启动后即可使用。 No more error. 没有更多的错误。

I think that as the error states, you need to install Microsoft .Net Framework 3.5 SP1 on you machine. 我认为,由于错误状态,您需要在计算机上安装Microsoft .Net Framework 3.5 SP1。 You can download it here: http://www.microsoft.com/download/en/details.aspx?id=22 您可以在这里下载: http : //www.microsoft.com/download/en/details.aspx?id=22

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 尝试部署SharePoint 2010解决方案包时出错 - SharePoint 2010 - Visual Studio 2010 - Error when trying to deploy SharePoint 2010 solution package - SharePoint 2010 - Visual Studio 2010 从Visual Studio 2010测试SharePoint列表工作流 - Testing SharePoint List Workflow from Visual Studio 2010 将带有资源文件的dll部署到Visual Studio 2010中的sharepoint 2010 - Deploy dll with resource files to sharepoint 2010 in visual studio 2010 将SharePoint 2010工作流导入到Visual Studio:如何查看背后的代码? - Import SharePoint 2010 Workflow in to Visual Studio: How to see the code behind? 尝试在Visual Studio 2010中运行JsTestDriver,出现错误 - Trying to run JsTestDriver in Visual Studio 2010, getting an error 从Visual Studio 2010位置进行SharePoint部署 - SharePoint Deployment from Visual Studio 2010 Location 从Visual Studio 2010部署到SharePoint 2010时出现异常 - Exception when Deploying to SharePoint 2010 from Visual Studio 2010 从Visual Studio 2010发布/部署exe - Publish/deploy exe from Visual Studio 2010 从C#Visual Studio 2010调用SSIS包。获取错误0xC0011008 - Calling SSIS package from C# Visual Studio 2010. Getting error 0xC0011008 sharepoint2010:使用Visual Studio 2010的Sharepoint 2010中的JavaScript - sharepoint2010 : javascript in Sharepoint 2010 using visual studio 2010
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM