Re: deploy window application
- From: martin1 <martin1@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 21 Jul 2006 09:33:02 -0700
yes, it is .Net 2005
"Samuel Shulman" wrote:
What VS version are you using.
Is it .NET 2005
"martin1" <martin1@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:996F9D17-3A72-42AE-ACD8-563C5A753595@xxxxxxxxxxxxxxxx
Thank you, Samuel,
when I run Build and rebuild, the .exe file generates in the release
folder.
Another question is how to change mode to release?
"Samuel Shulman" wrote:
First Debug and release are modes which you can choose how to compile the
program
Normally debug is used for testing and release is used for the normal use
of
the program
So the answer to your question is first change the Mode to Release then
compile/build the program again and then you will find that this bin
folder
will have the program (.exe) and possibly some dlls (if you find them
there
you will need them)
HTH,
Samuel Shulman
"martin1" <martin1@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7D8C1D35-3FE0-49EA-A1D9-0FE8042A86C3@xxxxxxxxxxxxxxxx
no .dll file is used.
another question is the bin folder has 2 folders, one is debug, where
is
.exe file,the another one is release and it is nothing there, so need
copy
only debug folder? Thanks
"Samuel Shulman" wrote:
Don't forget about all the .dll files that you may be using. In
general
all
you need to do is copy the Bin folder
And assuming you are not using .dll files that require registration
Cheers,
Samuel Shulman
"martin1" <martin1@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:74E34F4D-B766-4B34-8DC9-BF75D23D260A@xxxxxxxxxxxxxxxx
Thank you. Samuel,
So if .Net 2.0 install on destination PC, just copy app's .exe file
from
dev
PC to destination PC, and then run the .exe file, is this correct?
"Samuel Shulman" wrote:
Let me first correct what you need (if I got it right)
You want to deploy Windows Application written for the .NET 2.0
framework
You need to have the .NET 2.0 installed on the destination computer
You may download it free from Microsoft and it easy to install
To verify whether it is already installed go to:Control
Panel/Administrative
tool and if it is installed it will be listed there
HTH,
Samuel Shulman
"martin1" <martin1@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:672307EE-8B98-4473-AB78-6A91916455C8@xxxxxxxxxxxxxxxx
Hi, I want o deploy window app to another PC, which does not .Net
2.0
component. The window app has some .Net 2.0 support, so how to
deplot
the
app
to that PC?
Thanks
- Follow-Ups:
- Re: deploy window application
- From: Samuel Shulman
- Re: deploy window application
- References:
- Re: deploy window application
- From: Samuel Shulman
- Re: deploy window application
- From: Samuel Shulman
- Re: deploy window application
- From: Samuel Shulman
- Re: deploy window application
- From: martin1
- Re: deploy window application
- From: Samuel Shulman
- Re: deploy window application
- Prev by Date: Re: deploy window application
- Next by Date: Re: How to create a sound at specific frequency?
- Previous by thread: Re: deploy window application
- Next by thread: Re: deploy window application
- Index(es):
Relevant Pages
|