简体   繁体   English

如果将带有VSTA代码的表单移到Visual Studio中,最终用户是否需要VSTO运行时?

[英]If I move a form with VSTA code-behind into Visual Studio, will end users require the VSTO runtime?

I have an existing InfoPath 2007 form that has some code-behind developed with VSTA. 我有一个现有的InfoPath 2007表单,该表单具有一些用VSTA开发的代码。 It has been deployed to SharePoint as an administrator-approved form but is not browser based - the InfoPath client opens when users fill in a new form. 它已作为管理员批准的表单部署到SharePoint,但不是基于浏览器的-用户填写新表单时,InfoPath客户端会打开。

I'd now like to follow How to: Migrate a Project Created in Visual Studio Tools for Applications to Visual Studio and move this code into Visual Studio so it's easier to manage and integrated with source control. 现在,我想遵循如何:将在Visual Studio Tools中创建的用于应用程序的项目迁移到Visual Studio,并将此代码移入Visual Studio,以便更轻松地管理和与源代码控件集成。

Will migrating the form to Visual Studio introduce a dependency on the VSTO runtime so that end users will need to have it deployed to their machines for the form to run? 将表单迁移到Visual Studio是否会在VSTO运行时上引入依赖关系,以便最终用户需要将其部署到他们的计算机上才能运行该表单?

Moving it from InfoPath 2007 to Visual Studio will not introduce any new runtime dependencies. 将其从InfoPath 2007迁移到Visual Studio不会引入任何新的运行时依赖项。 I have done this in the past. 我过去曾经做过。 All you're doing is wrapping it up in a nice csproj/vbproj and solution. 您要做的只是将其包装在一个不错的csproj / vbproj和解决方案中。

暂无
暂无

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

相关问题 Visual Studio 2005停止添加代码隐藏文件 - Visual Studio 2005 stopped adding code-behind files 使用 Visual Studio 制作非 aspx 代码隐藏页面 - Using Visual Studio to make non aspx code-behind pages 如何使用Visual Studio“合并”XAML文件及其代码隐藏 - How to 'merge' a XAML file and its code-behind with Visual Studio 如何在Visual Studio中的C ++ / WinRT中添加新的XAML“页面”及其相关的代码隐藏文件? - How to add a new XAML “Page”, and its associated code-behind files, in C++/WinRT in Visual Studio? Visual Studio 消息:文档项没有代码隐藏文件。 (为 Powershell 构建 GUI) - Visual Studio message: The document item has no code-behind file. (Building GUI for Powershell) Visual Studio 2008中的代码隐藏不能引用ASP.NET控件 - ASP.NET controls cannot be referenced in code-behind in Visual Studio 2008 从XAML切换到Xamarin.Forms中的代码隐藏的Visual Studio热键 - Visual Studio hotkey to switch from XAML to code-behind in Xamarin.Forms 代码隐藏文件,我如何使用“导入”来使用它? -Visual Basic - Code-behind file, how can I use it with using "imports" ? -Visual Basic 如何使用 Visual Studio 中的设计器在 WinForms 中的 DataGridView 中为列 header 创建多行工具提示(非代码隐藏) - How to create multi-line tooltips for a column header in a DataGridView in WinForms using the designer in Visual Studio (NOT code-behind) 为什么我不能在visual studio中移动windows窗体? - why I can't move a windows form in visual studio?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM