Dear all

In Dot Net windows Application ....
what are the requirements to run the developed Dot Net project EXE file
in
the system which doesnt have Dot Net.....
with out creating of Setup......
only with project EXE file........

please help me...

regards
krishnan

Re: Dot Net Project Execution without Dot Net and Framework.... by Jon

Jon
Sat Jan 07 03:15:48 CST 2006

krishnan <krishnanthangaraj@gmail.com> wrote:
> In Dot Net windows Application ....
> what are the requirements to run the developed Dot Net project EXE file
> in
> the system which doesnt have Dot Net.....
> with out creating of Setup......
> only with project EXE file........

See http://www.pobox.com/~skeet/csharp/faq/#framework.required

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Re: Dot Net Project Execution without Dot Net and Framework.... by Lloyd

Lloyd
Sat Jan 07 03:38:24 CST 2006

> See http://www.pobox.com/~skeet/csharp/faq/#framework.required
>
Nice FAQ Jon!