Right now I have compiled a lot of projects, but they only work on the systems where I have installed the .NET framework. I was wondering if there is a way to compile the projects so that the projects will work on systems where the .NET framework is not installed.
Everytime I try to run one of the executable files on a system without the .NET, it says that I missing some dll files. I found those dll files and copied them in the folder. I try to run the program again and a message tells me that I need to have .NET framework installed. Can anyone help me please? I want to run the program without installing the .NET framework.
Thanks in advance.