K
K
khan_george2014-05-25 16:03:04
C++ / C#
khan_george, 2014-05-25 16:03:04

How to compile a program in C# so that the exe file can be run on another computer without libraries?

I wrote a program in C #, but if you run the exe file separately from the release folder, then it does not start. In C++, this was all solved by compiling with static libraries. It is written on the Internet that they say compile release and you will be happy. I compiled release, but to no avail.
Tell me how to compile the program correctly.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Boxxy, 2014-05-25
@khan_george

It seems you need ILMerge

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question