If you are receiving error like in the title, then you have to change your target framework, because console application is targeted to .Net Framework 4 Client Profile by default.

Right click on the project, and then properties:

and then change target framework to .NET Framework 4: