有谁知道在VS 2010中将VB.net 2.0项目升级到3.0
是的,我需要从 .net 2.0 升级到 3.0 框架,用于 VB.net 项目。
我已经在 VS 2010 中为 C#.net 项目完成了此升级,但我没有在项目菜单的属性子菜单中选择该选项。
提前致谢
Yeah folks i need to upgrade from .net 2.0 to 3.0 framework, for a VB.net project.
I have done this upgradation for a C#.net project in VS 2010, but I dont c the option, for it in the properties submenu of the Project Menu.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
右键单击该项目并选择属性,然后选择编译选项卡(垂直选项卡)。
在项目底部>在“编译”选项卡中,您将找到“高级编译选项...”按钮。
在这个名为“高级编译器设置”的对话框中,您可以找到如何更改 Visual Basic 的目标框架版本。
Right-click on the project and choose properties and then select the Compile tab (vertical tab).
At the bottom of the Project > Compile tab you will find an Advanced Compile Options… button.
In this dialog called the Advanced Compiler Settings is where you will find how to change the Target Framework version for Visual Basic.
项目属性>>选项卡编译>按钮“高级编译选项”>组合目标框架
Project properties > Tab Compile > Button Advanced Compile Options > Combo Target Framework
项目菜单
属性
选择编译
点击底部的高级编译选项
目标框架位于底部。
Project Menu
Properties
Select Compile
At the bottom click Advanced Compile Options
Target framework at the bottom.