codeice / linqtoexcel

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

Remotion dll in 1.6.3 zip file is corrupt. #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem
1. Dl LinqToExcel_1.6.3.zip
2.extact w/winzip 15.0
3. Observe following winzip error log

Following is winzip output
xtracting file: E:\Downloads\SoftDev\LinqToExcel\LinqToExcel_1.6.3.zip
Extracting to "E:\Downloads\SoftDev\LinqToExcel\LinqToExcel_1.6.3\"
Use Path: yes   Overlay Files: no
Extracting License.txt
Extracting LinqToExcel.dll
Extracting LinqToExcel.xml
Extracting log4net.dll
Extracting Remotion.Data.Linq.dll
Extracting Remotion.dll
CRC check failed. Expected 3E1543D5, actual BF591DF1.
Extracting Remotion.Interfaces.dll
CRC of extracted file does not match header value.

Original issue reported on code.google.com by jrald...@gmail.com on 1 Aug 2012 at 2:27

GoogleCodeExporter commented 8 years ago
I tried using nuget and I got the following error when trying to run a unit 
test.

System.BadImageFormatException : Could not load file or assembly 'LinqToExcel, 
Version=1.6.3.0, Culture=neutral, PublicKeyToken=9c8ea65a58f03f1f' or one of 
its dependencies. An attempt was made to load a program with an incorrect 
format.

VS2010 - target .net 3.5
NUnit 2.6.0.12051
Resharper 6.1

Original comment by jrald...@gmail.com on 1 Aug 2012 at 4:21

GoogleCodeExporter commented 8 years ago
Of course - tests ran okay when using TestDriven.Net  -  arg!

Original comment by jrald...@gmail.com on 1 Aug 2012 at 4:28

GoogleCodeExporter commented 8 years ago
Sorry, my bad, second issue post about BadImageFormatException was resharper.  
Was able to run test after changing platform target to x86

Original comment by jrald...@gmail.com on 1 Aug 2012 at 4:43

GoogleCodeExporter commented 8 years ago
So is everything working out for you?

Original comment by paulyo...@gmail.com on 7 Aug 2012 at 10:02

GoogleCodeExporter commented 8 years ago
Seems to work okay when nuget is used. Original problem unzipping was with file 
from web page.

Original comment by jrald...@gmail.com on 8 Aug 2012 at 1:12

GoogleCodeExporter commented 8 years ago
I believe the latest download works now.

You can download it from this link: 
http://linqtoexcel.googlecode.com/files/LinqToExcel_1.6.3.zip

Original comment by paulyo...@gmail.com on 17 Aug 2012 at 9:44