how to resolve dotNet framework 3.5 installation error 0x80080005? - .net-framework-version

.Net framework installation error
I get following error when I try to install .Net framework 3.5.
Server Execution Failed
Error Code: 0x80080005enter image description here
Could someone plese help me on this error ?

More information would be needed to provide a more accurate answer, such as why are you trying to install .NET Framework 3.5, and where from.
These steps from winchatsupport may solve your issue:
Control Panel > Programs and Features.
Turn Windows features on or off then check .NET framework 3.5. The pre-requisites should installed.
If it is not successful uninstall the KB’s related to .NET framework 3.5 and then re-install them.
Restart your computer if needed.

Related

QuickBooks SDK Installation Stops on Error Code 0x800F081F

I am trying to install the QuickBooks SDK v13 on a windows 10 computer for development and then again on a Windows 2016 Machine for production use.
I am getting stuck in a loop of trying to install old .Net Frameworks.
I am following these instructions:
https://developer.intuit.com/docs/01_quickbooks_desktop/1_get_started/20_download_and__install_the_sdk
Here are some of the screens I am seeing stepping thru the instructions:
I am posting this on Stackoverflow because this is an installation of an SDK problem.
Is there a way to run the installer with .NET Framework 4.x?
Am I using the wrong version of the installer? It seems very strange that is requires such an old version of .NET Framework.
I can try to figure out why the old .NET Framework versions do not install but before I do that I want to determine if I am off track with something related QuickBooks.
At this time I am not going to try to install old versions of .NET. I am going to confirm that the QB SDK actually needs those versions or find out if there are different SDKs that use current technology.
I just clicked "No" on the "Would you like to install it now?" question and it seemed to install fine.
However, I did get this AFTER the install of the sdk:
This leads to the next question: does Quickbooks SDK use .NET Framework 3.5 or does the installer use 3.5?

Server error in asp net mvc project

I have a website that works with mvc. I get this error sometimes I do not make any changes on the server or the project.This error occurs particularly at night.I do not take backups that hour.
I am not receiving any errors from the server.in web.config targetFramework < compilation debug="true" targetFramework="4.6" />
What could be the reason for this? what i need to check.
There is problem with your framework version . As error message species.
To solve this firstly make sure the target net framework version must be 4.0 up .
Also , check that mentioned framework version must be installed also install latest release of net framework version like 4.6 , 4.7 etc.
After installing restart the ide , recompile the project , so it reconfigure itself.
Hope, it solve the error.

After installing microsoft.aspnet.core through nuget, all my packages got NU1002 error, what's wrong?

At first, I built up a ASP.NET5/MVC6 project with .netcore in VS2015 community, everything was OK. With going deeper and deeper. I have to use session or tempdata, but after I add microsoft.netcore.session package, package restore will fail and all my existing package got NU1002 error said: NU1002 the dependency XXXX in project XXXX does not support framework DNX, version=v4.5.1. Like the picture.
Error on all packages
But if I uninstall the session package, eveything is OK. What's wrong with this ? My sdk version in global.json is 1.0.0-rc1-update1 and I have removed DNX5.0 from project.json. Does anyone could help me?
According to your screenshot you are using DNX framework in your project, which should be the old version ASP.NET 5 project framework. After ASP.NET 5 upgrade to .NET Core, the framework is now called .NETCoreApp. And the SDK version now is 1.0.0-preview2-003121. The error message also means the dependency does not support framework DNX. I have installed the Microsoft.AspNetCore.Session package successful in my Visual Studio 2015 with latest .NET Core SDK version.
So I suggest you download the latest .NET Core SDK installer from below link and then create a new .NET Core application and then move your original project files to the new project and then install the session package.
https://www.microsoft.com/net/download
If your project is create by ASP.NET 5 RC1 project template, please refer to following article to migrate it to ASP.NET Core 1.0.
https://docs.asp.net/en/latest/migration/rc1-to-rtm.html

DNX design time error - System cannot find file specified

When i try to run the ASP NET 5 solution, i get below error.
Microsoft Visual Studio Error
The following error occurred attempting to run the DNX design time process (dnx-clr-win-x86.1.0.0-beta8).
The system cannot find the file specified.
The DNX design time process provides intellisense, build, and reference information to Visual Studio and without it your experience will be very limited. Please try closing and reopening Visual Studio to see if that corrects the problem. Alternatively, check that the DNX version is properly installed or try changing to a different installed DNX version using the project property pages.
The project is not finding DNX SDK (if you look at the project properties you may see an empty drop-list next to 'Solution DNX SDK version').
If you are on windows 7, I suspect you may have an old version of powershell installed. You need at least version 3.0.
See this answer on a similar issue:
https://stackoverflow.com/a/31549273/299529

unable to install appium.exe,showing .Net framework Initialisation error

While installing appium.exe in my Windows 7 32 bit laptop.. I am getting
.Net Framework Initialization Error..
How to solve this error..?
I am installing this appium for testing android applications.
Appium for windows require .net framework.
You can download the same from the link below.
http://www.microsoft.com/en-us/download/details.aspx?id=17851
To be precise, .net framework 4.5 fixed the issue for me.

Resources