SQLite異常:unsafenativemethods.sqlite3_open_interop

來源:互聯網
上載者:User

在.NET CF(WM 6)中使用了System.Data.SQLite,程式在個別手機(WM6.1和6.5)上運行異常,異常提示為unsafenativemethods.sqlite3_open_interop方法。如果你使用的是早期版本的System.Data.SQLite,那麼在WM6.1或高版本的手機上可能會出現此異常。

在System.Data.SQLite的Version History發現了這樣的描述:

1.0.50.0 - June 27, 2008
Enhanced the mergebin utility to work around the strong name validation bug on the Compact Framework.  The old workaround kludged the DLL and caused WM6.1 to fail to load it.  This new solution is permanent and no longer kludges the DLL. 

我使用的是1.0.48版,這個版本包括了SQLite引擎和ADO.NET的封裝。作者把它們合并到了一個dll檔案中。這個dll同時支援native code或managed code調用。但在1.0.50版本的更新中,已經取消了這樣的方式。 即ADO.NET provider for SQLite和SQLite.Interop分開單獨提供。所以後續版本的System.Data.SQLite.dll檔案僅是一個ADO.NET provider for SQLite,不包含SQLite的源碼,而nativer的封裝在SQLite.Interop.xxx.dll這樣的檔案中。System.Data.SQLite.dll使用時需要p/invoke SQLite.Interop.xxx.dll。

引用了新的程式集後,沒有發現上面這個異常。

作者在後續的版本中提供了ManagedOnly的System.Data.SQLite.dll,使用時需要native sqlite3.dll or Linux shared library from http://www.sqlite.org,我在asp.net 中測試可以使用,但在.NET CF中異常。看來這個ManagedOnly應該不支援arm平台。

 

標籤:Windows Mobile,.NET CF,SQLite,System.Data.SQLite
http://chy710.cnblogs.com

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.