Quantcast
Channel: Excel Data Reader - Read Excel files in .NET
Viewing all articles
Browse latest Browse all 448

Created Unassigned: ExcelDataReader 2.1.2.2 references incorrect SharpZipLib version in NuGet package in .NET 4.x versions [12996]

$
0
0
Due to some problems resolving SharpZipLib on my project's Test and Stage environments, I've found that ExcelDataReader has been built against a different version to what the NuGet package states.

NuGet states 0.86 is required but when my code that references Excel.dll runs, it says it can't resolve 0.85. Both Excel.4.0.csproj and Excel.4.5.csproj reference 0.85 but Excel.csproj references 0.86.

I've tried to use binding redirects but can't get them to reliably work.

Which is incorrect - the NuGet package or the references? How can I help to get this resolved ASAP?

Viewing all articles
Browse latest Browse all 448

Trending Articles