Hi,
I have a webservice which is have a .NET Dll and this .NET DLL have third party dll which is having un managed code.
And this third party dll is causing issue on one system only on rest of the server it is working fine.
Here is the link of that dll.
https://www.codeproject.com/Articles/13391/Using-IFilter-in-C.
To replicate I create a console application and use that dll. It is working fine there but not with webservice.
Error:
Application: w3wp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
at EPocalipse.IFilter.IFilter.GetChunk(EPocalipse.IFilter.STAT_CHUNK ByRef)
at EPocalipse.IFilter.FilterReader.Read(Char[], Int32, Int32)
at ASRProject.TextReaderWrapper`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].ExtractText()
at ASRProject.PartialFileReader.ExtractText(System.String, Int32, System.String)