开发者

ASP.net and it's version

开发者 https://www.devze.com 2022-12-25 03:00 出处:网络
I\'m new to asp.net and now following through the http://nerddinnerbook.s3.amazonaws.com/Part1.htm howto.

I'm new to asp.net and now following through the http://nerddinnerbook.s3.amazonaws.com/Part1.htm howto.

All is fine except of when code is falling with exception i see

Version Information: Microsoft .NET Framework Ve开发者_运维技巧rsion:2.0.50727.3053; ASP.NET Version:2.0.50727.3053 

but at project properties 3.5 is selected.

what is wrong and how to fix it?

ps: i'm running code directly from VS2008 (by pressing ctrl+f5) without any dedicated IIS.


Nothing is actually wrong. That version number you see refers to the Common Language Runtime version, which is the same in versions 2.0, 3.0 and 3.5 of the .NET Framework.

0

精彩评论

暂无评论...
验证码 换一张
取 消