I am using Visual Studio 2010. I made a C# project and it runs perfectly on my Computer.
Problem is this that when Application is run on another Computer, that ask f
Correct me if I am wrong but windows 7 comes with .Net framework installed. Windows Vista comes with installed .net framework and I believe this is valid for windows 7 as well. And to answer your question - it is not possible to run the exe on a machine that does not have the framework as the program compiles to intermediate language that is only "understandable" by the Common language runtime(CLR)