Resolution
Microsoft re-released KB3102429 on January 19, 2016, that should resolve this issue. Manual downloads are available here:
https://support.microsoft.com/en-us/help/3102429/update-that-supports-azerbaijani-manat-and-georgian-lari-currency-symbols-in-windows
Workaround
Another uninstall method: Enter the following at a command line:
wusa /uninstall /kb:3102429
2. Some versions of the Arial and Times New Roman fonts are not compatible with Crystal Reports. For example, Arial v5.21 and Times New Roman v5.20 are not compatible. These may be installed by Windows Update, or other software installations. Uninstalling the update from Part 1 may leave these incompatible fonts intact.
If you have another Windows PC with compatible font versions, copy the existing fonts to a different location as a backup. Then copy the font files from the good PC to the problem PC. Fonts are located in C:\Windows\Fonts, and should be copied to that location on the destination PC (replacing the existing fonts).
Font Name | Filename | Font Name | Filename | |
Arial Regular | arial.ttf | Times New Roman Regular | times.ttf | |
Arial Bold | arialbd.ttf | Times New Roman Bold | timesbd.ttf | |
Arial Italic | ariali.ttf | Times New Roman Italic | timesi.ttf | |
Arial Bold Italic | arialbi.ttf | Times New Roman Bold Italic | timesbi.ttf |
If you do not have another Windows machine running one of those versions, you can download and extract the linked files, which contain versions compatible with Crystal Reports. Filenames:
https://dl.waspbarcode.com/kb/windows/Arial-v5.10-from-Windows-7.zip
https://dl.waspbarcode.com/kb/windows/Times-New-Roman-v5.08-Windows-7.zip
3. This error may occur if two of the .dll files for Crystal Reports are not properly registered. To reregister them, do the following:
Launch a command prompt window as admin: If you are running Windows 7, go to the Start menu and in the Search box type cmd.exe. If you are running Windows 8, from the tiles view, type cmd.exe. In either case, in the results, right-click on cmd.exe or Command Prompt and select Run as administrator.
64-bit Windows:
Enter the following two commands into the Command Prompt window:
regsvr32 "C:\Program Files (x86)\Business Objects\Common\2.8\bin\ExportModeller.dll"
regsvr32 "C:\Program Files (x86)\Business Objects\Common\2.8\bin\crtslv.dll"
You should get a message after each command stating DllRegisterServer succeeded.
32-bit Windows:
Enter the following two commands into the Command Prompt window:
regsvr32 "C:\Program Files\Business Objects\Common\2.8\bin\ExportModeller.dll"
regsvr32 "C:\Program Files\Business Objects\Common\2.8\bin\crtslv.dll"
You should get a message after each command stating DllRegisterServer succeeded.