我们用‘Microsoft.Isam.Essent.Interop’创建一些libary。在另一台PC上运行后,我得到了以下异常:
"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."在我们的电脑上,我们有两个版本的“10.0.0.0”和“6.3.0.0”
\Microsoft.NET\assembly\GAC_MSIL\microsoft.isam.esent.interop\v4.0_10.0.0.0__31bf3856ad364e35\Microsoft.Isam.Esent.Interop.dll
和
\Microsoft.NET\assembly\GAC_MSIL\microsoft.isam.esent.interop\v4.0_6.3.0.0__31bf3856ad364e35\Microsoft.Isam.Esent.Interop.dll
但是,生产只有“6.3.0.0”。所以,我有几个问题:
谢谢。
发布于 2020-07-21 18:22:30
DLL版本取决于Win版本,因为新的Win版本具有新的数据类型。
https://stackoverflow.com/questions/62465114
复制相似问题