Introduction:
When I publish my cs
project, many dlls
and one exe
is created.
When I try to run the exe
, no problems occurred, but when I try to copy
and paste
the exe
to another computer, an error occurs:
The application to execute does not exist: 'C:\MyCSProject.dll'.
Question:
How can I create just one exe
without dlls
to successfully run the exe
on other computers?