Publishing Misses .pdf Files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a solution with multiple web apps. Some of the web apps have folders
containing .pdf files, etc. When I publish any of these web apps, the .pdf
files do not get copied; I have to remember to copy these files over manually.

Ideally I would like to keep the "Only files needed to run the application"
selected. I've selected the "All files in source project folder" which not
only brings in too much, but it fails because the SourceSafe .scc files
cannot be overwritten during publishing.

Is there a .manifest, .config or .ini file I can edit to tell Visual
Studio's publish process to include these types of files during publishing?
 
I have a solution with multiple web apps. Some of the web apps have folders
containing .pdf files, etc. When I publish any of these web apps, the .pdf
files do not get copied; I have to remember to copy these files over manually.

Ideally I would like to keep the "Only files needed to run the application"
selected. I've selected the "All files in source project folder" which not
only brings in too much, but it fails because the SourceSafe .scc files
cannot be overwritten during publishing.

Is there a .manifest, .config or .ini file I can edit to tell Visual
Studio's publish process to include these types of files during publishing?

Try including the pdf files in your projects, and be sure to set the
build action as content in the properties window
 
Back
Top