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
The only alternative is to not use a programming language that is based on the .net framework.
If you're writing a c# application, then the .net framework is required.
Perhaps you want to create a c++ application instead?