如何在 Visual Web Developer Express 中更改 Asp.net mvc 项目的目标
我想在我的 Asp.net MVC 应用程序中使用 DataContractJsonSerializ 类。为了能够使用它,我发现我应该针对不同的 .NET 4.0 Framework。
但我怎样才能改变目标呢?
I want to use DataContractJsonSerializ class inside my Asp.net MVC Application. To be able to use it I found out that Im supposed to target a different the .NET 4.0 Framework.
But how can I change the target?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击该项目,选择“属性”。在“应用程序”选项卡下的“目标框架”下拉列表中,选择“.NET Framework 4”
Right click on the project, select 'Properties'. Under the 'Application' tab from the 'Target Framework' drop down, select '.NET Framework 4'