How may I generate a .exe project with c# express edition Beta 2
I'll thank your help.
Adolfo
I'll thank your help.
Adolfo
Start Visual C# Express Edition. Choose File Menu->New Project.
From the template choose either a Windows Application or a Console Application.
The output of this will generate a .EXE. You can goto Build Menu and choose Build Solution to generate the .EXE.
Regards,
Vikram
To run my application (.exe) on another PC, it is necessary to have installed the .net Framework 2.0, or I can create an installer like visual basic 6.0.
thanks
Yes it is necessary to have installed the .NET Framework 2.0 on the other PC. You need to have installed the redesitributable available here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=B7ADC595-717C-4EF7-817B-BDEFD6947019&displaylang=en
It is also possible to use a SetUp and Deployment Project and create an installer which will include the .NET redistributable.
Regards,
Vikram