-
Notifications
You must be signed in to change notification settings - Fork 171
Is possible generate dll for .NET framework 4.8? #90
Comments
I'm not sure why you are trying to merge in the framework assemblies themselves. Or did I misunderstand what your error was? Can you please post the results from running ILMerge with the /log option? Thanks! |
Hi I had a dll's in 4.5 the dll's, i was make merge without problem, but now update this dll's to 4.8, and now not generate merge correctly. this is the log complete ============================================= |
Thanks. Do you know if any of your input assemblies are using embedded interop types? If possible, run ILMerge on just the one input assembly 'HBT_FacturalElectronica.Entities' and see if you get the same error message. Then, use ildasm to dump the output assembly ('ildasm /out:foo.il HBT_FacturalElectronica.dll') and then in a text editor look for the string '[HBT_FacturaElectronica.Entities]' and let me know what the IL looks like that has that string somewhere in the instruction. Thanks! |
Hello,
I try generate a merge of dll's of framework 4.8, and appear this error:
AssemblyResolver: Assembly 'System.Data' is referencing assembly 'System.Transactions'.
AssemblyResolver: Attempting referencing assembly's directory.
Can not find PDB file. Debug info will not be available for assembly 'System.Transactions'.
Resolved assembly reference 'System.Transactions' to 'C:\Windows\Microsoft.NET\Framework64\v4.8\System.Transactions.dll'. (Used referencing Module's directory.)
The assembly 'HBT_FacturaElectronica.Entities' was not merged in correctly. It is still listed as an external reference in the target assembly.
An exception occurred during merging:
ILMerge.Merge: The assembly 'HBT_FacturaElectronica.Entities' was not merged in correctly. It is still listed as an external reference in the target assembly.
en ILMerging.ILMerge.Merge() en D:\Documentos\ILMerge-master\ILMerge\ILMerge.cs:línea 2002
en ILMerging.ILMerge.Main(String[] args) en D:\Documentos\ILMerge-master\ILMerge\ILMerge.cs:línea 2931
The text was updated successfully, but these errors were encountered: