Windows Application Deployment Issue

  • Thread starter Thread starter Omer
  • Start date Start date
O

Omer

Hi,
I am about to give a project's exe file to my manager, so that he can
run it on his PC. I have compiled it in Release mode. Exe File is in
obj folder. Now I have connection srting details my project's
app.config file, but I can't see it anywhere in the obj folder. What do
I need to do to ? I'll appreciate a quick reply. Clickonce might be too
complex for this small project, is there anything simple I can do?
bye,
Omer
 
Hello Omer,

You need either to add it manually via VSIDE (right mouse click on the project->Add
New Item->App.config)
or create in by hand in the folder where is your exe locates. The template
is <yourexeFile.exe.config>

See there http://samples.gotdotnet.com/quickstart/howto/doc/configclient.aspx
more details

O> Hi,
O> I am about to give a project's exe file to my manager, so that he can
O> run it on his PC. I have compiled it in Release mode. Exe File is in
O> obj folder. Now I have connection srting details my project's
O> app.config file, but I can't see it anywhere in the obj folder. What
O> do
O> I need to do to ? I'll appreciate a quick reply. Clickonce might be
O> too
O> complex for this small project, is there anything simple I can do?
O> bye,
O> Omer
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top