Guy
Guy

Reputation: 336

Install AppFabric On windows 8

I'm trying to install AppFabric 1.1 on Windows8. It setup asks for .net framework 3.5.

Windows 8 is coming with .net framework 4.5. Why does it ask for .net framework 3.5 ?

What I should do in order to install AppFabric?

thanks

Upvotes: 1

Views: 2072

Answers (2)

Fadeel
Fadeel

Reputation: 231

Now you can install it with .net framework 4.5. .Here you go: http://www.microsoft.com/en-us/download/details.aspx?id=27115

Upvotes: 3

Geoffrey McGrath
Geoffrey McGrath

Reputation: 1673

Run the following from an elevated command prompt:

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All 

See this link for more details: http://msdn.microsoft.com/en-us/library/hh506443.aspx

Upvotes: 1

Related Questions