Install framework 4.5

  • Thread starter Thread starter Giacomo M
  • Start date Start date
G

Giacomo M

Hi,
Can you explain me how to install version 4.5?

I think I did, because in installation / application of windows I have
these 2 items:

- Microsoft. NET Framework 4.5
- Microsoft. NET Framework 4.5 Language Pack (ITA)

but within visual studio I do not have the new features (like the class
Zip).

Any idea?

Even in the windows Microsoft. NET directory there are folders versions
up to 4. No trace of 4.5.

thanks
 
Can you explain me how to install version 4.5?

I think I did, because in installation / application of windows I have
these 2 items:

- Microsoft. NET Framework 4.5
- Microsoft. NET Framework 4.5 Language Pack (ITA)

but within visual studio I do not have the new features (like the class
Zip).

Any idea?

Even in the windows Microsoft. NET directory there are folders versions
up to 4. No trace of 4.5.

I suspect that you have installed 4.5.

Have you changed the project to target 4.5 inside VS 2012?

Arne
 
Il 26/09/2013 16:44, Arne Vajhøj ha scritto:
I suspect that you have installed 4.5.

Have you changed the project to target 4.5 inside VS 2012?

VS 2010.

I can't. i dont have 4.5 option.
 
Il 26/09/2013 16:44, Arne Vajhøj ha scritto:

VS 2010.

I can't. i dont have 4.5 option.

VS 2010 does not support .NET 4.5.

Use .NET 4.0 or upgrade to VS 2012 or switch to SharpDevelop.

Arne
 
Il 26/09/2013 17:20, Arne Vajhøj ha scritto:
VS 2010 does not support .NET 4.5.

Use .NET 4.0 or upgrade to VS 2012 or switch to SharpDevelop.

That's the answer. I'll check.

ty
 
Hi,

Can you explain me how to install version 4.5?



I think I did, because in installation / application of windows I have

these 2 items:



- Microsoft. NET Framework 4.5

- Microsoft. NET Framework 4.5 Language Pack (ITA)



but within visual studio I do not have the new features (like the class

Zip).



Any idea?



Even in the windows Microsoft. NET directory there are folders versions

up to 4. No trace of 4.5.



thanks

http://www.microsoft.com/en-us/download/details.aspx?id=30653

<a href="http://www.microsoft.com/en-us/download/details.aspx?id=30653">http://www.microsoft.com/en-us/download/details.aspx?id=30653</a>
 
Back
Top