I was wondering that is there any way to run application made in visual studio c# with out installing the .NET framework on client end.
One idea came to my mind may be it is crazy,that is the application that we make depends on the library files that we use in it for example System.Windows.Forms etc etc and when ever we use some extra dll file it gets copy in the location where setup is installed in short instead of keeping the whole dot net frame work can we just specify the dependencies and export them?