System.BadImageFormatException:试图加载格式错误的程序。 (来自HRESULT的异常:0x8007000B)位于

时间:2018-10-03 11:58:38

标签: sqlite outlook

运行应用程序时出现以下错误。

System.BadImageFormatException:试图加载格式错误的程序。 (来自HRESULT的异常:0x8007000B)    在System.Data.SQLite.UnsafeNativeMethods.sqlite3_config_none(SQLiteConfigOpsEnum op) System.BadImageFormatException:试图加载格式错误的程序。 (来自HRESULT的异常:0x8007000B)    在System.Data.SQLite.UnsafeNativeMethods.sqlite3_config_none(SQLiteConfigOpsEnum op)    在System.Data.SQLite.SQLite3.StaticIsInitialized()    在System.Data.SQLite.SQLiteLog.Initialize()    在System.Data.SQLite.SQLiteConnection..ctor(字符串connectionString,布尔值parseViaFramework)    在System.Data.SQLite.SQLiteConnection..ctor(字符串connectionString)    在ReserveOutlookIntegration.TririgaComm..cctor()中的C:\ dev \ iss-outlook-plugin \ AddIn2010 \ TririgaComm.cs:line 85中    ---内部异常堆栈跟踪的结尾---    在C:\ dev \ iss-outlook-plugin \ AddIn2010 \ TririgaComm.cs:line 96中的ReserveOutlookIntegration.TririgaComm.getInstance()    在C:\ dev \ iss-outlook-plugin \ AddIn2010 \ OutlookOptionPage \ TriOptionPage.cs:line 43中的OutlookPropertyPage.TriOptionPage..ctor(PlugInProperties属性)中    在ReserveOutlookIntegration.ThisAddIn.Application_OptionsPagesAdd(PropertyPages页面)中位于C:\ dev \ iss-outlook-plugin \ AddIn2010 \ ThisAddIn.cs:line 106

我们为客房预订管理器开发了Outlook插件。

以前的插件版本在Windows 7中可以正常运行。目前,相同的版本在Windows 10中停止运行,并且在所有系统中我们都拥有4.0以上的.NET Framework版本。

开发环境中的SQLite版本为1.0.109.0。

建议。我迷路了。

0 个答案:

没有答案