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