Installation Issue With Windows C Runtime

During installation, some customers see messages that the Visual Studio 2015 C++ Runtime cannot be installed, or cannot be found, or they cannot install their Security Code, or none of the Cradle servers or tools will start. All of these issues mean that the Windows C runtime is not installed and runnable. All parts of Cradle use this library. The library will only install and run if all the necessary Windows updates are installed. However, the library does not ‘tell Windows’ which updates it needs.

Solution

To fix these issues, you must install Windows updates. Since updates may allow other updates to install, you repeatedly install all Windows updates until no more will install. See the figure. Your installation may not display exactly as shown. You may have multiple versions of the library installed.

You can view your Windows updates. If you want a list of updates, start PowerShell as Administrator and paste this code:

Get-WmiObject -Class “win32_quickfixengineering” | Export-Csv c:\temp\updates.csv
Select-Object -Property “Description”, “HotfixID”,
@{Name=”InstalledOn”; Expression={([DateTime]($_.InstalledOn)).ToLocalTime()}}

which creates a list of all Windows updates in the file: c:\temp\updates.csv

We apologise for any inconvenience caused.

Uninstall or change a program

Installation Issues With .NET Framework

During installation, some customers see messages that the .NET framework cannot be installed, or the currently-installed version cannot be found. Cradle needs the 4.6.1 or later release. We supply this version with Cradle-7.1 and later releases. All parts of the Cradle Toolsuite for Microsoft Office (including Document Loader, Document Publisher, SpellChecker, Project Link, Visio Link and so on) use .NET.

To fix these issues, you must install Windows updates. Since updates may allow other updates to install, you repeatedly install all Windows updates until no more will install. See the figure. Then install all remaining parts of Cradle. Your installation may not display exactly as shown. You may have multiple versions of the .NET framework installed.

We apologise for any inconvenience caused.

Uninstall or change a program