This error typically indicates one of the following conditions:
-
A .NET Framework installation on your system has become corrupted.
-
The version of .NET Framework needed by your application cannot be detected.
To resolve this issue you would need to install the correct version of the .Net Framework on your computer.
To do so please first go to your Control Panel > Programs > Uninstall Program - while there delete all versions of the current .Net Framework.
Once this is done install inPixio - the program will install the relative version of the .Net Frameworks and will not trouble you further.
You can also install all the necessary components using this link:
https://dotnet.microsoft.com/en-us/download
Step 1 - Download and run the installers
When your download completes, run the installer and complete the steps to install .NET on your machine.
Step 2 - Verify Installation
When the installer completes, open a new command prompt and run the dotnet command. This will verify .NET is correctly installed and ready to use.
Step 3 - Get Started
Now that you've got .NET installed, let's build your first app with our step-by-step tutorial.