View Full Version : C# Question
mrprimo55
04-10-2005, 05:35 PM
This might seem like a stupid question but here goes. How do I compile a C# project into an application that I can run from anywhere using Microsoft Visual C# .NET? Thanks.
Brandoe85
04-10-2005, 07:20 PM
Do you mean like an .exe?? If so, In your projects folder, go into the bin folder, and then debug, and there should be an .exe of your application. Although, you'd probably want to add an installer to your app.
oracleguy
04-10-2005, 08:25 PM
And if you are going to be distributing this file, I would recommend changing your build type from debug to release and then compile it. Then go to the bin folder and then release and your .exe should be there. This assuming you selected an application as your project type as well when you created it.
mrprimo55
04-11-2005, 12:08 AM
awsome. thank you both
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.