When coding a Visual Studio project with references to Interop.DocumentProcessor92 and Interop.LFSO92Lib,
what values should we use for the properties Embed Interop Types and Specific Version?
I ask because we recently switched from the LF 9.0 versions to the Lf 9.2 versions
and moved my solution from VS 2012 to VS 2015.
The project runs as a Windows Service and I am now getting a memory leak.
Task Manager shows initial memory below 10,000K, but it climbs up over 100,000K in a couple of hours and over 1,200,000K after a couple of days.
The code still works fine, however.
Has anyone seen this happen? Thanks!