简体   繁体   English

Visual Studio 2010为.NET 3.5 ASP.NET应用程序启动.NET 2.0开发服务器

[英]Visual Studio 2010 launching .NET 2.0 Development Server for .NET 3.5 ASP.NET Application

I have an ASP.NET / C# solution in VS2010. 我在VS2010中有一个ASP.NET/C#解决方案。 The Target Framework property for each project is set to .NET Framework 3.5, however: 每个项目的目标框架属性都设置为.NET Framework 3.5,但是:

When I debug the ASP.NET site, using the built in ASP.NET Development Server, the properties pane of the server show we're running in ASP.NET Version: 2.0.50727.4955. 当我使用内置的ASP.NET开发服务器调试ASP.NET站点时,服务器的属性窗格显示我们正在ASP.NET版本中运行:2.0.50727.4955。

Are there any other Project / Solution settings I should be updating? 我应该更新其他项目/解决方案设置吗?

Thanks for any help. 谢谢你的帮助。

Chris. 克里斯。

The .NET Framework 3.5 is in fact an extension to .NET 2.0 , so this is probably correct. .NET Framework 3.5实际上是.NET 2.0的扩展,因此这可能是正确的。

What I mean is that the .NET 3.0 and .NET 3.5 classes are merely extensions to .NET 2.0 , so the main classes are all still version 2.0 . 我的意思是.NET 3.0.NET 3.5类仅是.NET 2.0扩展,因此主要类仍然是2.0

Go here to see what I mean: %SYSTEMROOT%\\Microsoft.NET\\Framework 转到此处查看我的意思: %SYSTEMROOT%\\Microsoft.NET\\Framework

The v3.0 and v3.5 directories don't contain much, just the new stuff (eg v3.0 just contains WPF, WCF, WWF stuff). v3.0v3.5目录没有太多内容,仅包含新内容(例如v3.0仅包含WPF, WCF, WWF内容)。

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

相关问题 Visual Studio 2010-应用程序无法通过asp.NET开发服务器启动,但可以在生产服务器上运行 - Visual Studio 2010 - Application not starting up through asp.NET Development Server but works on the Production Server 如何使用.net 3.5在Visual Studio 2008,asp.net Web应用程序中生成QR码? - How to generate QR code in visual studio 2008,asp.net web application using .net 3.5? Visual Studio 2012中“ /”应用程序中的ASP.NET服务器错误 - ASP.NET Server Error in '/' Application in Visual Studio 2012 NET 3.5如何添加到Visual Studio 2010? - how to add .net 3.5 to visual studio 2010? “找不到资源。” ASP.NET MVC 2.0 RC和Visual Studio 2010 RC - “The resource cannot be found.” ASP.NET MVC 2.0 RC and Visual Studio 2010 RC 使用Microsoft Visual Studio 2010进行调试。ASP.NET - Debugging with Microsoft Visual Studio 2010. ASP.NET Visual Studio 2010中的ASP.Net MVC 1.0 - ASP.Net MVC 1.0 in Visual Studio 2010 Visual Studio 2010中的ASP.Net WebService在哪里? - Where's the ASP.Net WebService in Visual Studio 2010? 使用Visual Studio 2010进入asp.net中的类库 - Step into a class library in asp.net using visual studio 2010 ASP.NET / Visual Studio 2010中的Crystal Reports - Crystal Reports in ASP.NET/Visual Studio 2010
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM