Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/visual-studio-2010/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cassandra/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2010 安装EF 2011年6月CTP..编译选项卡在哪里?_Visual Studio 2010_Entity Framework 4 - Fatal编程技术网

Visual studio 2010 安装EF 2011年6月CTP..编译选项卡在哪里?

Visual studio 2010 安装EF 2011年6月CTP..编译选项卡在哪里?,visual-studio-2010,entity-framework-4,Visual Studio 2010,Entity Framework 4,安装程序 告诉我在“编译”选项卡中进行更改。 为什么我看不到compile选项卡? 您没有正确阅读安装程序。“编译”选项卡仅用于重定目标VB.NET项目,但您使用的是C#project,重定目标是在“应用程序”选项卡中完成的。因此,我的理解正确吗?如果在2011年6月CTP中使用msi安装程序,我需要取消安装项目中已有的nuget软件包?CTP不是作为nuget分发的-它是独立的msi和程序集已在GAC注册。它还单独安装了新的设计器工具,这些工具将替换当前的设计器(=不要在生产/工作机器上进行此

安装程序 告诉我在“编译”选项卡中进行更改。 为什么我看不到compile选项卡?
您没有正确阅读安装程序。“编译”选项卡仅用于重定目标VB.NET项目,但您使用的是C#project,重定目标是在“应用程序”选项卡中完成的。

因此,我的理解正确吗?如果在2011年6月CTP中使用msi安装程序,我需要取消安装项目中已有的nuget软件包?CTP不是作为nuget分发的-它是独立的msi和程序集已在GAC注册。它还单独安装了新的设计器工具,这些工具将替换当前的设计器(=不要在生产/工作机器上进行此操作)。