You are viewing limited content. For full access, please sign in.

Question

Question

SDK 9.1 Error The specified module could not be found.

asked on October 17, 2017

Trying to update an asp.net web application from the 8.3 SDK to 9.1.  We have installed the 9.1 SDK Runtime on the server and updated the .dll files in the application and when it reaches this line:  LFApplication app = new LFApplication();

It gives this error: 

Retrieving the COM class factory for component with CLSID {0B54DB8D-9A3E-48E9-8334-60327E0FAD45} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E).

 

These are the .dll files I have referenced: Interop.DocumentProcessor91, Interop.LFSO91Lib

Any suggestions?

 

0 0

Replies

replied on October 17, 2017

That classid does refer to the 9.1 sdk, so your code is trying to load the right one.  The error doesn't indicate what exactly is missing, so you'll need to investigate further.  There are several threads you might find useful.  In general, the interop files should be in the GAC so you don't want them in your bin directory.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.