Home All Groups Group Topic Archive Search About
Author
20 Nov 2007 4:34 PM
Dylan Parry
Hi,

I installed Visual Studio 2008 Express earlier today, but I am not sure
that IIS7 has been correctly configured to be able to use the 3.5 Framework.

When I look at the AppPools listed in IIS7, I see two AppPools that are
both set to use v2.0, and when attempting to create a new one, v3.5
simply isn't shown as an available Framework.

Am I missing something (ie. the plot!), or is this just how it is?

Cheers,

--
Dylan Parry
http://electricfreedom.org | http://webpageworkshop.co.uk

The opinions stated above are not necessarily representative of
those of my cats. All opinions expressed are entirely your own.

Author
20 Nov 2007 4:52 PM
Rory Becker
> When I look at the AppPools listed in IIS7, I see two AppPools that
> are both set to use v2.0, and when attempting to create a new one,
> v3.5 simply isn't shown as an available Framework.
>
> Am I missing something (ie. the plot!), or is this just how it is?

I *think* this should be correct. The version you talk about is the CLR version
which is still v2.0 with the 3.5 framework.

--
Rory
Author
20 Nov 2007 4:58 PM
Dylan Parry
Rory Becker wrote:

> I *think* this should be correct. The version you talk about is the CLR version
> which is still v2.0 with the 3.5 framework.

Ah. Then I'm not losing the plot :) Cheers. So presumably, although I am
writing code in C# 3.0, the resulting DLL files are "ran" in the same
CLR as was installed for .NET 2.0 (and then 3.0)?

--
Dylan Parry
http://electricfreedom.org | http://webpageworkshop.co.uk

The opinions stated above are not necessarily representative of
those of my cats. All opinions expressed are entirely your own.
Author
20 Nov 2007 6:05 PM
Rory Becker
>> I *think* this should be correct. The version you talk about is the
>> CLR version which is still v2.0 with the 3.5 framework.
>>
> Ah. Then I'm not losing the plot :) Cheers. So presumably, although I
> am writing code in C# 3.0, the resulting DLL files are "ran" in the
> same CLR as was installed for .NET 2.0 (and then 3.0)?

Thats the way I understand it.

It's also this that allows you to use many of the new language features (extention
methods etc) and still target 2.0.

The exceptions to this are things like linq which require library support
as well.

--
Rory
Author
21 Nov 2007 5:58 PM
AlieN
"Dylan Parry" <use***@dylanparry.com> wrote in message
news:fhv3n0.5ok.1@dylanparry.com...
> Rory Becker wrote:
>
>> I *think* this should be correct. The version you talk about is the CLR
>> version
>> which is still v2.0 with the 3.5 framework.
>
> Ah. Then I'm not losing the plot :) Cheers. So presumably, although I am
> writing code in C# 3.0,

C# 3.0?
Author
21 Nov 2007 8:06 PM
Dylan Parry
AlieN wrote:

> C# 3.0?

Actually I meant C# 3 without the point-oh. Fingers going faster than
the brain.

--
Dylan Parry
http://electricfreedom.org | http://webpageworkshop.co.uk

The opinions stated above are not necessarily representative of
those of my cats. All opinions expressed are entirely your own.
Author
21 Nov 2007 8:13 PM
Jon Skeet [C# MVP]
Dylan Parry <use***@dylanparry.com> wrote:
> > C# 3.0?
>
> Actually I meant C# 3 without the point-oh. Fingers going faster than
> the brain.

Some people do put the ".0" in for various versions of C#. In theory
the version of C# in VS2003 was actually 1.2, believe it or not.

Personally I like to stick to 1, 2, 3 :)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet   Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk
Author
22 Nov 2007 1:49 PM
AlieN
"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MPG.21aea1d7761bb2b7631@msnews.microsoft.com...
> Dylan Parry <use***@dylanparry.com> wrote:
>> > C# 3.0?
>>
>> Actually I meant C# 3 without the point-oh. Fingers going faster than
>> the brain.
>
> Some people do put the ".0" in for various versions of C#. In theory
> the version of C# in VS2003 was actually 1.2, believe it or not.
>
> Personally I like to stick to 1, 2, 3 :)
>

confused here.
do we already use c# 3 (as language version) on the Orca?
Author
22 Nov 2007 2:51 PM
AlieN
I see we do. I thought it's not out yet.


Show quote
"AlieN" <makni_alen_remove@alenj_ukloni.net> wrote in message
news:fi41ds$dlf$1@ss408.t-com.hr...
>
> "Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
> news:MPG.21aea1d7761bb2b7631@msnews.microsoft.com...
>> Dylan Parry <use***@dylanparry.com> wrote:
>>> > C# 3.0?
>>>
>>> Actually I meant C# 3 without the point-oh. Fingers going faster than
>>> the brain.
>>
>> Some people do put the ".0" in for various versions of C#. In theory
>> the version of C# in VS2003 was actually 1.2, believe it or not.
>>
>> Personally I like to stick to 1, 2, 3 :)
>>
>
> confused here.
> do we already use c# 3 (as language version) on the Orca?
>
Author
22 Nov 2007 6:46 PM
Jon Skeet [C# MVP]
AlieN <makni_alen_remove@alenj_ukloni.net> wrote:
> I see we do. I thought it's not out yet.

It was released on Monday.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet   Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk

AddThis Social Bookmark Button