dotnet / ILMerge

ILMerge is a static linker for .NET Assemblies.
MIT License
1.23k stars 170 forks source link

OutOfMemoryException Error when merging ExcelDataReader #76

Open clickBi opened 4 years ago

clickBi commented 4 years ago

Hi, In my solution I am using the ExcelDataRedaer.DataSet When trying to ILMerge it, I get the following exception: "ILMerge.Merge:There were errors reported in ExcelDataReader.DataSet's metadata.Exception of type 'System.OutOfMemoryException' was thrown"

mike-barnett commented 4 years ago

Where might I find a copy of that assembly to look at? Can you run "peverify" (in a Visual Studio Command Prompt, e.g.) on it and post the results? Sorry for the problem!

clickBi commented 4 years ago

peverify Hi, attached are the results from the "peverify" command. you can find documentation regarding the excelDataReader assembly here: https://github.com/ExcelDataReader/ExcelDataReader