开发者

I have a managed DLL and a managed program in C# - I want the managed DLL to be inside the assembly and not external [duplicate]

开发者 https://www.devze.com 2023-03-25 22:10 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate:开发者_如何转开发
This question already has answers here: Closed 11 years ago.

Possible Duplicate:开发者_如何转开发

Possible to merge a DLL into a .NET EXE?

I have a C# program that uses 2 managed DLLs.

I wish that on the client computer I will not have to include both DLLs - but they will be inside the assembly itself.


Try using ILMerge.

0

精彩评论

暂无评论...
验证码 换一张
取 消