使用 asp.net 3.5 构建 asp.net 4 项目
我在 asp.net 4.0 中创建了一个 Web 应用程序项目,并尝试通过设置 Target Framework 3.5 来构建它。我如何将目标框架设置为 3.5 并在 Visual Studio 2010 中构建此项目
问候, 阿西夫·哈米德
I have created a web application project in asp.net 4.0 and I am trying to build it by setting Target framework 3.5. how can I set the target framework to 3.5 and build this project in visual studio 2010
Regards,
Asif Hameed
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在项目设置中,转到编译,向下滚动并单击高级编译选项(您可以在这张图片中看到它,但不要遵循图片红线,它们不适用)
打开对话框后,您可以在此处设置目标框架:
In the project settings, go to Compile, scroll down and click advanced compile options (you can see it in this picture, don't follow the pictures red lines though, they don't apply)
Once opening the dialog, you can set the target framework here:
右键单击“解决方案资源管理器”窗口中的“项目属性”。选择“应用程序”选项卡,然后从“目标框架”下拉列表中选择所需的构建版本。
Right-click on Project Properties in Solution Explorer window. Select Application tab and choose which build version you want from the Target Framework drop down.