You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
I am trying to add AWSSDK.S3.dll and AWSSDK.Core.dll dlls to my existing merge dll. Now when I use ILMerge I get the follow Exception of type 'System.OutOfMemoryException'.
Here is the log file.
Set platform to 'v4', using directory 'C:\Windows\Microsoft.NET\Framework\v4.0.30319' for mscorlib.dll
Running on Microsoft (R) .NET Framework v4.0.30319
mscorlib.dll version = 4.0.0.0
The list of input assemblies is:
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphreyCRMActivityLib2011.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\log4net.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\Newtonsoft.Json.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\wnvhtmltopdf.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\AWSSDK.S3.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.Computation.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.CustomPlugin.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.FTGBusinessLogic.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.Mapping.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.MHPlugins2011.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.MHUtilities.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.MHWebControls.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.QnA.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.SSRS.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.FTGEntities.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\Renci.SshNet.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\LumenWorks.Framework.IO.dll
Trying to read assembly from the file 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphreyCRMActivityLib2011.dll'.
Successfully read in assembly.
There were no errors reported in MitchellHumphreyCRMActivityLib2011's metadata.
Trying to read assembly from the file 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\log4net.dll'.
Can not find PDB file. Debug info will not be available for assembly 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\log4net.dll'.
Successfully read in assembly.
There were no errors reported in log4net's metadata.
Trying to read assembly from the file 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\Newtonsoft.Json.dll'.
Can not find PDB file. Debug info will not be available for assembly 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\Newtonsoft.Json.dll'.
Successfully read in assembly.
There were no errors reported in Newtonsoft.Json's metadata.
Trying to read assembly from the file 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\wnvhtmltopdf.dll'.
Can not find PDB file. Debug info will not be available for assembly 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\wnvhtmltopdf.dll'.
Successfully read in assembly.
There were no errors reported in wnvhtmltopdf's metadata.
Trying to read assembly from the file 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\AWSSDK.S3.dll'.
Successfully read in assembly.
There were errors reported in AWSSDK.S3's metadata.
Exception of type 'System.OutOfMemoryException' was thrown.
The text was updated successfully, but these errors were encountered:
What happens if you run ILMerge on that assembly by itself? (Not that you would use the result, but just to see if it is a problem with that single assembly?)
I am trying to add AWSSDK.S3.dll and AWSSDK.Core.dll dlls to my existing merge dll. Now when I use ILMerge I get the follow Exception of type 'System.OutOfMemoryException'.
The AWSSDK.S3.dll and AWSSDK.Core.dll come from https://github.com/aws/aws-sdk-net/
Any suggestions on how to fix this issue?
Here is the log file.
Set platform to 'v4', using directory 'C:\Windows\Microsoft.NET\Framework\v4.0.30319' for mscorlib.dll
Running on Microsoft (R) .NET Framework v4.0.30319
mscorlib.dll version = 4.0.0.0
The list of input assemblies is:
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphreyCRMActivityLib2011.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\log4net.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\Newtonsoft.Json.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\wnvhtmltopdf.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\AWSSDK.S3.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.Computation.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.CustomPlugin.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.FTGBusinessLogic.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.Mapping.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.MHPlugins2011.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.MHUtilities.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.MHWebControls.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.QnA.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.SSRS.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphrey.CRM.FTGEntities.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\Renci.SshNet.dll
C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\LumenWorks.Framework.IO.dll
Trying to read assembly from the file 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\MitchellHumphreyCRMActivityLib2011.dll'.
Successfully read in assembly.
There were no errors reported in MitchellHumphreyCRMActivityLib2011's metadata.
Trying to read assembly from the file 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\log4net.dll'.
Can not find PDB file. Debug info will not be available for assembly 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\log4net.dll'.
Successfully read in assembly.
There were no errors reported in log4net's metadata.
Trying to read assembly from the file 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\Newtonsoft.Json.dll'.
Can not find PDB file. Debug info will not be available for assembly 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\Newtonsoft.Json.dll'.
Successfully read in assembly.
There were no errors reported in Newtonsoft.Json's metadata.
Trying to read assembly from the file 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\wnvhtmltopdf.dll'.
Can not find PDB file. Debug info will not be available for assembly 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\wnvhtmltopdf.dll'.
Successfully read in assembly.
There were no errors reported in wnvhtmltopdf's metadata.
Trying to read assembly from the file 'C:\FTG\MHNetCRM2016.root\Code\ActivityLib2011\bin\Debug\AWSSDK.S3.dll'.
Successfully read in assembly.
There were errors reported in AWSSDK.S3's metadata.
Exception of type 'System.OutOfMemoryException' was thrown.
The text was updated successfully, but these errors were encountered: