Connecting Tech Pros Worldwide Forums | Help | Site Map

how to make system independent exe. files in C#

Muaz Farooq
Guest
 
Posts: n/a
#1: Nov 16 '05
hi every one,

can anybody tell me how can i make system independent exe. file of my
project which can run on any computer even those which don't have .Net
installed on them

Joe Mayo
Guest
 
Posts: n/a
#2: Nov 16 '05

re: how to make system independent exe. files in C#


Hi Muaz,

Sorry, you can't do it. Managed code needs the CLR installed.

Joe
--
http://www.csharp-station.com

"Muaz Farooq" <MuazFarooq@discussions.microsoft.com> wrote in message
news:18F97B6D-E3BF-489D-AFF3-7C4EC0CC1B17@microsoft.com...[color=blue]
> hi every one,
>
> can anybody tell me how can i make system independent exe. file of my
> project which can run on any computer even those which don't have .Net
> installed on them[/color]


Closed Thread