codeice / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

DLL should be build on ANY CPU platform #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.refrence of 64 bit LinqToExcel to unit tests throwing bad image error in team 
city build using nunit.

What is the expected output? What do you see instead?

dll should work on anyCpu enviornment

showing error if ace engine is 32 bit and nunit 64 bit

version latest version 1.6.6 X64
OS 64 bit
nunit 64 bit
ace engine 32 bit

cant we get a dll which is build on "ANYCPU" platform target.

as we cant change 32 bit ace engine to 64 bit every where.

Original issue reported on code.google.com by gaurav.m...@gmail.com on 6 Dec 2012 at 10:07

GoogleCodeExporter commented 8 years ago
I tried to build a dll with ANYCPU support a year ago and ran into problems 
with the unit tests, so I built a dll specifically for 32 bit and one 
specifically for 64 bit.

I believe your issue is caused by using the 32 bit ace engine with the 64 bit 
LinqToExcel dll. 

Try using the 32 bit LinqToExcel dll and it should work for you

Original comment by paulyo...@gmail.com on 6 Dec 2012 at 1:12

GoogleCodeExporter commented 8 years ago

Original comment by paulyo...@gmail.com on 13 Dec 2012 at 2:54