hoangduit / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Following issue #132 - more details #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

1. see issue # 132

Working with Windows 7 Home Premium version 6.1
Build 7601 SP1
On Sony VAIO X64 (I7-Q740)

Please provide any additional information below.
================================================

AFTER I got the issue, and as, using Reflection, I had trouble getting types 
using getTypes() when assemblies/modules were different than calling program, I 
decided I'd align all projects to V4 

As I am using VS2010 pro, I opened projects with VS2010 (rightclick 'Open 
With') and aligned all three projects to Configuration Active (Debug) Platform: 
Active (Any CPU).

To no avail as it produced the same error (this time on Setup_T4:

Could not load file or assembly 'Community.CsharpSqlite.SQLiteClient, 
Version=3.7.7.1, Culture=neutral, PublicKeyToken=null' or one of its 
dependencies. An attempt was made to load a program with an incorrect format.

LAST WORKING VERSION: March 2011.

 - Community.CSharpLite: .Net Framework 3.5 Client Profile Active Any CPU, Platform Target Any CPU. Debug source files (... (x86)...)

 - Shell / C#-SQLite3: .Net Framework 3.5 Platform target x86

 - SQLiteClientTests Platform target x86

HTH

Original issue reported on code.google.com by agl...@yahoo.com on 4 Dec 2011 at 11:33

GoogleCodeExporter commented 9 years ago

Original comment by noah.hart@gmail.com on 28 Feb 2012 at 1:49