I create a plugin and import the dll reference to my project. When execute it, it has the following error:> TypeLoadException: Could not load type 'HOH_SQLite.HOH_SQLiteConnection' from assembly 'HOH_SQLite, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
My library targets at .NET 2.0 ( also tried 3.5 but nothing helped ). Can anyone help? ;(
**UPDATE**
I wrote a rough program testing my dll, it also throws an error but more specific :
System.Data.SQLite not found
I suspect it is the cause of TypeLoadException, any ways that I can embed my System.Data.SQLite.dll into HOH_SQLite.dll?
↧