publishing problem

  • Thread starter Thread starter dani kotlar
  • Start date Start date
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
 
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
 
Back
Top