we create some libary with 'Microsoft.Isam.Esent.Interop'. After run on another PC I got this exception:
"Could not load file or assembly 'Microsoft.Isam.Esent.Interop, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified."
On our PC we have both versions '10.0.0.0' and '6.3.0.0' placet at
\Microsoft.NET\assembly\GAC_MSIL\microsoft.isam.esent.interop\v4.0_10.0.0.0__31bf3856ad364e35\Microsoft.Isam.Esent.Interop.dll
and
\Microsoft.NET\assembly\GAC_MSIL\microsoft.isam.esent.interop\v4.0_6.3.0.0__31bf3856ad364e35\Microsoft.Isam.Esent.Interop.dll
But, production has only '6.3.0.0'. So, I have a couple of questions:
- How can I update 'Microsoft.Isam.Esent.Interop.dll' version from '6.3' to '10.0'?
- Need I to compile with old version for working?
- Or, how may I make support for both versions?
Thank you.