简体   繁体   English

如何在visual studio 2013中设置“目标框架”?

[英]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? 我是C#编程的新手,不知道如何在visual studio 2013中设置“Target Framework”? 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?) 错误6找不到类型或命名空间名称“ObjectSet”(您是否缺少using指令或程序集引用?)

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 我使用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. 看看这个错误,你似乎错过了对dll的引用。 Please look at this Link 请看这个链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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