views:

3

answers:

1

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?

+1  A: 

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

Michael Shimmins