Problem
When trying to view documents in QView or QBlaze the Viewer is not showing anything other than a white screen and you see the following error in the QView logs.
Critical Unhandled Application Exception : Activation error occured while trying to get instance of type IOixControl, key "" |
Exception is: FileNotFoundException - The specified module could not be found. (Exception from HRESULT: 0x8007007E) |
Resolution
Verify these versions of Visual Studio C++ are installed in Control Panel:
-
Visual C++ Redistributable Packages for Visual Studio 2013 (both x64 and x86)
https://www.microsoft.com/en-us/download/details.aspx?id=40784 - Microsoft Visual C++ 2005 (both x64 and x86)
https://www.microsoft.com/en-us/download/details.aspx?id=26347
-
Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019
-
x86: vc_redist.x86.exe
-
x64: vc_redist.x64.exe
-
Cause
There are several Visual Studio C++ redistributables needed for QBlaze to work. This problem is presented when one of these is not installed or failed to install properly. Typically the 2013 x64 version is the one missing.