publishing problem

D

dani kotlar

my solution contains xml and text files that the application uses to
store and retrieve data. the text file were created automatically in
the bin\debug folder and the xml is in the application folder with the
..cs files. when I publish the application using the publish wizard and
and then install it, the application cannot find the files, since they
are not located in the right folder (I can put them there manually, of
course so that the installed application will function). I believe I
didn't do the publishing process correctly, but the wizard didn't
suggest any option concerning additional files). Any suggestions?
Thanks
 
D

Daniel

Hi

In the properties of those files set them to embedded. Then they will be
distributed with the rest. (i am pretty sure its embedded off top of my
head) so that it gets compiled with the rest
 

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

Top