When I add the lapi v9.7.1 to my website reference, an error "The specified module could not be found. (Exception from HRESULT: 0x8007007E)" occurs when building the website. Could anyone help me? I use .net framework 2.0.
Hi Tony, In your Project settings ensure that for the Build configuration you choose a Platform Target of x86. By default it's "Any CPU". On a machine with 64-bit hardware, it won't be able to interpret the 32-bit libraries correctly during compilation.
Kyle
Hi, Kyle
Thanks for your reply. I find that the path "C:\Program Files\Open Text\LAPI\bin" is not set to the value of parameter "path" in the environment variables. The default value is "C:\Program Files\Open Text\LAPI".