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

Question

Question

Error While deploying application

SDK
asked on August 18, 2021

Hi all,

While running an application using LF SDK we get Laserfiche dll file missing error. No laserfiche dll files available in BIN folder. Its binding everything from global assembly folder. We tried getting binding log error and we get following error message.

The operation failed.

Bind result: hr = 0x80070002. The system cannot find the file specified.

 

Assembly manager loaded from:  C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll

Running under executable  C:\Windows\SysWOW64\inetsrv\w3wp.exe

--- A detailed error log follows.

 

=== Pre-bind state information ===

LOG: DisplayName = Laserfiche.TextProviderClient, Version=10.4.0.0, Culture=neutral, PublicKeyToken=3f98b3eaee6c16a6

(Fully-specified)

LOG: Appbase = file:///C:/inetpub/wwwroot/docOperation/

LOG: Initial PrivatePath = C:\inetpub\wwwroot\docOperation\bin

LOG: Dynamic Base = C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\docoperation\2274215f

LOG: Cache Base = C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\docoperation\2274215f

LOG: AppName = d09ffb4c

Calling assembly : (Unknown).

===

LOG: This bind starts in default load context.

LOG: Using application configuration file: C:\inetpub\wwwroot\docOperation\web.config

LOG: Using host configuration file: C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet.config

LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.

LOG: GAC Lookup was unsuccessful.

LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/docoperation/2274215f/d09ffb4c/Laserfiche.TextProviderClient.DLL.

LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/docoperation/2274215f/d09ffb4c/Laserfiche.TextProviderClient/Laserfiche.TextProviderClient.DLL.

LOG: Attempting download of new URL file:///C:/inetpub/wwwroot/docOperation/bin/Laserfiche.TextProviderClient.DLL.

LOG: Attempting download of new URL file:///C:/inetpub/wwwroot/docOperation/bin/Laserfiche.TextProviderClient/Laserfiche.TextProviderClient.DLL.

LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/docoperation/2274215f/d09ffb4c/Laserfiche.TextProviderClient.EXE.

LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/docoperation/2274215f/d09ffb4c/Laserfiche.TextProviderClient/Laserfiche.TextProviderClient.EXE.

LOG: Attempting download of new URL file:///C:/inetpub/wwwroot/docOperation/bin/Laserfiche.TextProviderClient.EXE.

LOG: Attempting download of new URL file:///C:/inetpub/wwwroot/docOperation/bin/Laserfiche.TextProviderClient/Laserfiche.TextProviderClient.EXE.

LOG: All probing URLs attempted and failed.

 

While trying to run same application locally its running without any error

0 0

Replies

replied on August 18, 2021

Did you install the Laserfiche SDK runtime on this new machine?

0 0
replied on August 23, 2021

I've got this similar error:

Could not load the file or assembly Laserfiche.TextProviderClient...

No se puede cargar el archivo o ensamblado 'Laserfiche.TextProviderClient, Version=10.4.0.0, Culture=neutral, PublicKeyToken=3f98b3eaee6c16a6' ni una de sus dependencias. El sistema no puede encontrar el archivo especificado."

I've installed the Laserfiche SDK from here https://support.laserfiche.com/download/4151/laserfiche-sdk-10-4 

It was working perfectly some months ago but it started failing in the new PC I have and I don't know why.

It fails when this code run: 

 

if (!contentType.Contains("image/"))
                    {
                        docImporter.ImportEdoc(contentType, importStream);
                    }

Any ideas?

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

Sign in to reply to this post.