This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Knowledge Base
- :
- Runtime Error: Failed to load CLR - Error 0x80131700
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Runtime Error: Failed to load CLR - Error 0x80131700
Runtime Error: Failed to load CLR - Error 0x80131700
Summary
Error Failed to load CLR – Error will occur when installing the setup with PowerShell custom Action or any .net dll
Synopsis
This information applies to the following InstallShield project types:
- Basic MSI
- InstallScript MSI
When the installer includes a .NET Installer Class, with any custom action the error will occur
InstallShield: Failed to load CLR 궰耂 - error 0x80131700
Cause
If the Specific machine doesn’t have the required .net framework is not available
The .NET framework is not properly installed on your system
Workaround
If the underlying cause for the error code 0x80131700 is the improper installation of .NET framework on your PC, then the best and easy way to resolve this error is to reinstall it. By default, the built in version of .NET framework in Windows 10 is 3.5 to reinstall this again on your system follow the steps given below:
Go to Start menu and type: features in the search box
Now Choose the option ‘Turn Windows Features on or off’ and then press Enter
After this, look for Microsoft .NET framework 3.5.1 and uncheck the box
Once you uncheck it, restart your computer
Repeat the step 1 and 2
Now check the box before .NET framework 3.5
Restart your system
Now try using the Troubleshooting Wizard.
Also you can below option, In some cases, the below option used to resolve the issue.
Please add the property “IS_CLR_VERSION” in property manager and specify the .net version in the value field
EX:
In the Value column, enter a semicolon-delimited list of versions. Example: 1.1.4322;1.0.3705 or 2.0.50727 or 4.0.30319
References:
No ratings