ilmerge
'Inheritance security rules violated while overriding member' with EntLib 5.0 and .NET 4
I\'m using EntLib 5.0 with .NET 4. It was working, but now I\'ve used ILMerge in order to merge all the dlls in one redistributable .dll. Everything works but EntLib5. When I try to get a logger, I ge[详细]
2023-02-10 14:39 分类:问答ILMerging Windows Forms application with couple localizations problem
I\'ve created a Windows Forms (C#) application called \"Image Processing\". It uses many external dlls so I decided to use ILMerge to merge all of them into one exe file and it worked. But today I\'ve[详细]
2023-02-07 16:31 分类:问答ILMerge: Rename internalized assemblies' namespaces?
For example, let\'s say I want to use Bouncy Castle in my DLL. Since I want to ease deployment, I use ILMerge to combine MyDll.dll and BouncyCastle.Crypto.dll to produce MyDllMerged.dll. I use the /in[详细]
2023-02-07 02:09 分类:问答Post-build event causing an exit code of 1
I have the following post-build event in my web application in Visual Studio. \"..............\\External\\Tools\\ILMerge\\2.10.0\\ILMerge\"[详细]
2023-02-03 20:38 分类:问答merging .dll files with ILMerge failing to work
First of all, I\'m not sure if this is a problem with ILMerge or not, but I can\'t merge.dll files into my application. I tried this on the command 开发者_Go百科line:[详细]
2023-02-03 09:38 分类:问答Ilmerge causing dll's to open during build
I am using ILMerge as a post build event to combine some dll\'s into a single dll. It is working and combining the dll\'s but have this weird issue. As the project builds, the dll\'s are opened (only[详细]
2023-02-03 02:34 分类:问答Need ILMerge hint
I\'m trying to merge vintasoft barcode sdk with my data access dll and it\'s not working after ilmerge. Any ideas are welcome[详细]
2023-02-03 02:26 分类:问答Dynamic Load of a DLL after ILMerge
In a project, we dynamically load a .dll based on an objects settings.Prior to ILMerge, this worked fine.We now used ILMerge and created one .dll, but the load fails.How do you dynamically load a .dll[详细]
2023-01-27 21:58 分类:问答Fixing conflicting types in C# .NET caused by ILMerge
I have an interesting 开发者_如何学Cproblem which I would like an easy fix for.I have a \"library\" assembly that is referenced in both a \"client\" project and a \"test\" project in a solution in Vis[详细]
2023-01-27 16:41 分类:问答ILMerge for Silverlight 4
I\'m trying to get ILMerge working with a SL 4 class library (no xaml). I have a post build task: <Target Name=\"AfterBuild\">[详细]
2023-01-25 23:42 分类:问答