我想在 Visual Studio 工具箱中安装两个不同版本的 WinForms 自定义控件:.NET Framework 2.0 版本和 .NET Framework 4.0 一个。我找到了这个专业的解决方案http://vstudiotoolbox.codeplex.com/但没有涵盖选择正确的 .NET Framework。
我在哪里可以了解更多信息?
谢谢。
我想在 Visual Studio 工具箱中安装两个不同版本的 WinForms 自定义控件:.NET Framework 2.0 版本和 .NET Framework 4.0 一个。我找到了这个专业的解决方案http://vstudiotoolbox.codeplex.com/但没有涵盖选择正确的 .NET Framework。
我在哪里可以了解更多信息?
谢谢。
http://www.lextm.com/2012/08/how-to-install-custom-controls-to-visual-studio-part-i/
这涵盖了安装 .NET 2 控件所需的内容。如果你想安装 .NET 4,你可以按照
http://www.lextm.com/2012/08/how-to-install-custom-controls-to-visual-studio-part-ii/
我的开源项目是一个示例,供您查看如何执行所需的步骤,
https://github.com/lextm/actionlistwinforms
Inno Setup 用于编写安装程序,但这些技巧应该适用于其他安装程序技术。