.net - stand alone application c# -


so wondering if tell me best way go taking i've written out in c#(wpf) , turning stand alone application? , if had links tutorials or explain me how so. thank assistance.

let me rephrase. have program can run on someone's computer without need of ide, or have have installation wizard or along lines run application.

i think looking executable of project. creates .exe file in side project folder/bin/debug/ (or release depend on build mode). can copy .exe file machine has installed required .net framework , execute it.

if want create nice setup program. here good example


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -