Hi,
Can somebody help me with the error as shown below?
Error Log:
"System.IO.IOException: The process cannot access the file 'C:\Windows\TEMP\vilgb3yp.s5l' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.Delete(String path)
at Laserfiche.DocumentServices.DocumentImporter.InternalImportImages(Stream imageStream, PageRange pagesToImport)
at Laserfiche.DocumentServices.DocumentImporter.ImportImages(Stream imageStream)"
I am using "9.0.0.506" Laserfiche dlls. Laserfiche server is 9.0 and runtime SDK is 9.0 x64. The OS is Windows Server 2008 R2.
Application is running as WebService in IIS 7.5. File type that application uploading is TIF.
In the system, there was two runtime SDKs (8.0 and 9.0). I have uninstalled the 8.0 SDK runtime and restart the Application Pool. And the error is still exist.
I just wonder what is causing the error and how can I solve this error?
Thanks in advance