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
Now you can install it with .net framework 4.5. .Here you go:
http://www.microsoft.com/en-us/download/details.aspx?id=27115
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
Related
hi friends any know how to fix windows server 2019 .net frameworks 3.5 installing error the error code is 0x800f0950
I had to use the hammer :(
Go to Windows Insider Program and download a copy of Windows 10
Right click on the .iso file and select "Mount"
Check the letter of the driver that was mounted (Normally is D: but can be somethign else on your computer)
Now open an Administrator CMD Terminal and type:
Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess
Set D: or whatever letter according to the letter where your .ISO was mounted
trying to work with flutter on windows 7 machine turn out it needs Powershell 5,
did install .net framework 4.5 and Windows Management Framework 5.1.
screenshot of get-host output:
and
.net related tools installed on the pc:
Hello guys I am new at this so please bear with me, I have just installed Visual Studio 2015 on my windows 10 pro machine.
Am having problems with the version of PowerShell. It wants me to use version 3.0 or above but I cant seem to upgrade the Package Manager Console to the latest version.
I do have PowerShell Version 5 installed but somehow the Package Manager Console is refusing to use it. I have done a full uninstall and re-install be hasn’t sort the problem. Can you help please
I Am currently working on this tutorial
when i run this code
[Scaffold-DbContext " 'Server=(localdb)\mssqllocaldb;Database=Blogging;Trusted_Connection=True; '" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models]
It errors, saying Powershell 3.0 or above is required:
[The Entity Framework Core Package Manager Console Tools don't support PowerShell version 2.0. Upgrade to PowerShell version 3.0 or higher, restart Visual Studio, and try again.]
I run $PSVersionTable it returns
Name Value
---- -----
PSVersion ----------------------------2.0
PSCompatibleVersions -----------{1.0, 2.0}
BuildVersion -------------------------6.1.7600.16385
CLRVersion ------------------------- 4.0.30319.42000
WSManStackVersion --------------2.0
PSRemotingProtocolVersion-----2.1
SerializationVersion----------------1.1.0.1
Thanks
Since you upgraded powershell just reboot your windows machine so that registry updates may be applied, then check if it does not work or you did already then i suspect it requires a older version of powershell that is known to work ok with that version of visual studio, so then you could use a newer version of VS say 2017.
When I am installing SQL Server 2008 R2 on Windows 8.1 there was an error saying download and install .net framework 3.5 (including 2.0 and 1.0)
And when I'm trying to install .net framework 3.5 from command prompt with following command,
C:\Windows\system32>DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
/Limit Access /Source:c:\Windows\Logs\DISM\dism.log
I got the error
Deployment Image Servicing and Management tool
Version: 6.3.9600.16384
Image Version: 6.3.9600.16384
Enabling feature(s)
[===========================65.8%====== ]
Error: 0x800f081f
The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
Please help me.......
.NET framework 3.5 and 4.5 are parts of windows 8. so you have to add it using the windows features as described below :
go to your control panel -> Programs and features -> Turn windows features on or off
tick the check box .NET framework 3.5
some time the two KB not show up. the only way to uninstall those two KB is download tools from https://support.microsoft.com/en-us/kb/3005628
after remove those two KB. the 0x800f081f will gone.
In my case I had to update with latest patches (optionals also) the Operating System.
Then I added the W2012 dvd to disk D
And finally run the command (as administrator):
dism /online /enable-feature /featurename:NetFX3 /all /Source:D:\sources\sxs /LimitAccess
I try to install latest Visual Studio Windows Phone Beta Tools and I get following error:
"Setup could not install the following component:
Microsoft .NET Framework 4"
Here is the error log: http://pastebin.com/CRumcpsN . I'm running under Windows 7 32bit.
What I have to do to install Visual Studio Windows Phone Beta Tools?
Try installing the .NET 4 framework first http://www.microsoft.com/downloads/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992&displaylang=en
Are you sure you downloaded the correct WP7DT version? I noticed this in your dump.
dotNetFx40_Full_x86_x64.exe; error = 0x80091007