简体   繁体   中英

How to set the “Target Framework” in visual studio 2013?

I am new to C# programming and don't know how to set the "Target Framework" in visual studio 2013? When I right click on the project -> Properties I see no left column of the property pages window with no Application tab. I tried to build a solution and I got several errors like this:

Error 6 The type or namespace name 'ObjectSet' could not be found (are you missing a using directive or an assembly reference?)

And then I found this answer link

But I don't actually know how to change the target framework. Please help me. Thank you in advance.

[EDIT] Screenshot. I use Visual Studio Professional 2013 视觉工作室

Right Click a project > click properties > first tab -> Target Framework

在此输入图像描述

在此输入图像描述

Looking at the error it seems like you are missing reference to dlls. Please look at this Link

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM