can i generate an exe file from my c# project
so it can run on a pc without .net framework ?
i tryed to use the exe file in the bin folder, it's not working even on my pc
emilio 10 Junior Poster
Recommended Answers
Jump to PostThe target computer "MUST" have dot net installed , and the correct version of dot net to run a c# Windows form application.
If you are saying that it doesn't run in a seperate folder on your development machine, then you either 1) have a partial path hard-coded, or …
All 4 Replies
majestic0110 187 Nearly a Posting Virtuoso
emilio 10 Junior Poster
JerryShaw 46 Posting Pro in Training
emilio 10 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.