need help to develop C# software
-
How do I develop my C# project into a stand alone software that can run on any computer?
-
How do I develop my C# project into a stand alone software that can run on any computer?
-
fire up vs and select new visual c# project then choose the "Windows Application" Template. That will create your stand alone software.
But I face problems when i try to run the application in computers that do not have visual studio .net.
-
But I face problems when i try to run the application in computers that do not have visual studio .net.
-
But I face problems when i try to run the application in computers that do not have visual studio .net.
Is it possible to run a visual C# windows application project on a computer that does not have visual studio?
-
Is it possible to run a visual C# windows application project on a computer that does not have visual studio?
Yes, of course. It's NOT possible to run it on a machine that doesn't run the .NET framework, as has been pointed out. Christian Graus - Microsoft MVP - C++
-
But I face problems when i try to run the application in computers that do not have visual studio .net.
You don't need Visual Studio .NET. You only need .NET Runtime (appropriate version). You can get one from http://msdn.microsoft.com/net/[^] Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/