Unable to load XLSpeedGenASP.dll : module could not be found (Exception from HRESULT: 0x8007007E)

0

I have used below code to generate an Excel report in my application.

XLS = Server.CreateObject("XLSpeedGen.ASP")

When I am trying to execute above code in my computer(x64 bit), I am getting below error.

Retrieving the COM class factory for component with CLSID {8172A660-2AD8-4172-8C2A-A6D427D04358} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E)

I have executed below command in command window.

regsvr32 "D:\Software\XLSpeedGen\XLSpeedGenASP.dll"

I also verified in the below path in Registry Editor. How to resolve the above mentioned issue?

HKEY_CLASSES_ROOT\Wow6432Node\CLSID\

enter image description here

c#
asp.net
c#-4.0
dll
asked on Stack Overflow Feb 5, 2019 by RGS

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0