|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Stand Alone C# Program?
I have built a windows application in C#. How do I go about making that a stand alone .exe? Is that possible via Visual Studio .NET?
|
|
#2
|
|||
|
|||
|
Just look into the Release or Debug folder which you can find in the folder of your application. There you will find the *.exe
|
|
#3
|
||||
|
||||
|
raspsul do you mean just the exe or are you looking to be able to copy it to other computers without having to install the .NET componets? because you can't
I was wanting the same before but once I found out you couldn't I've gone to C++ instead ![]() |
|
#4
|
|||
|
|||
|
Gladly you can't. That's a great advantage of programming in the .NET environment. You just need to know if the client machine has .NET installed and you don't need to worry about .DLLs you have to bring along with your .EXE. You just copy the .EXE and that's it. It works
It sure makes me sleep better ![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > .Net Development > Stand Alone C# Program? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|