开发者

How to change target of Asp.net mvc Project in Visual Web Developer Express

开发者 https://www.devze.com 2023-01-21 01:23 出处:网络
I want to use DataContractJso开发者_高级运维nSerializ 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.

I want to use DataContractJso开发者_高级运维nSerializ 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?


Right click on the project, select 'Properties'. Under the 'Application' tab from the 'Target Framework' drop down, select '.NET Framework 4'

0

精彩评论

暂无评论...
验证码 换一张
取 消