Home All Groups Group Topic Archive Search About
Author
17 Jun 2009 8:47 AM
NAF
Hi....

One of my friend ask me to develop an small application for his business.
Dot net framework is not installed in his machine.
How can i build an exe for him.

Thank in advanced.

Author
17 Jun 2009 8:53 AM
Andrew Morton
NAF wrote:
> One of my friend ask me to develop an small application for his
> business. Dot net framework is not installed in his machine.
> How can i build an exe for him.

Install the .NET Framework on his machine.

Andrew
Author
17 Jun 2009 9:21 AM
Mike Williams
"NAF" <nafly.if***@gmail.com> wrote in message
news:OS5Fxfy7JHA.2388@TK2MSFTNGP06.phx.gbl...

> One of my friend ask me to develop an small application
> for his business. Dot net framework is not installed in his
> machine. How can i build an exe for him.

Use something other than dotnet.

Mike
Author
17 Jun 2009 9:50 AM
James Hahn
See here for how he can instal the .Net Runtime:
http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6

See here for how you can build an EXE:
http://www.microsoft.com/exPress/

Show quoteHide quote
"NAF" <nafly.if***@gmail.com> wrote in message
news:OS5Fxfy7JHA.2388@TK2MSFTNGP06.phx.gbl...
> Hi....
>
> One of my friend ask me to develop an small application for his business.
> Dot net framework is not installed in his machine.
> How can i build an exe for him.
>
> Thank in advanced.
Author
17 Jun 2009 7:15 PM
Armin Zingler
NAF wrote:
> Hi....
>
> One of my friend ask me to develop an small application for his
> business. Dot net framework is not installed in his machine.
> How can i build an exe for him.

Write an unmanaged C++ application.


Armin