I want need for the Winforms application to be installed. For that I am setting Copy Local to true for MY referenced dlls. I build My project and copy all the files in /Bin/Release or /Bin/Debug (as my project settings).
But Problem is I have to installed on the client's machine is the appropriate .Net Framework version.
is there any option to Winforms application to be run on the client's machine without .Net Framework installation. So I can copy in USB Drive and run it any where,