Re: deploy window application



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












.



Relevant Pages

  • Re: Windows Service project doesnt install using VS 2005
    ... go to the folder where the exe file is created(in the debug or release ... folder of the project) using Visual Studio .Net 2005 Command Prompt. ... Hopefully this should install the service. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: deploy window application
    ... folder. ... "Samuel Shulman" wrote: ... So if .Net 2.0 install on destination PC, just copy app's .exe file ...
    (microsoft.public.dotnet.languages.vb)
  • Re: deploy window application
    ... "Samuel Shulman" wrote: ... when I run Build and rebuild, the .exe file generates in the release ... folder. ... So if .Net 2.0 install on destination PC, ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Launch Exe file if folder does not exist
    ... server to only start if a folder on the local computer is not present. ... exe file is a pain to get converted into a msi, and it has a nifty 'quiet ... install' arguement which works quite well. ...
    (microsoft.public.windows.server.scripting)
  • Re: deploy window application
    ... "Samuel Shulman" wrote: ... folder. ... PC to destination PC, and then run the .exe file, is this ... You may download it free from Microsoft and it easy to install ...
    (microsoft.public.dotnet.languages.vb)