Publishing Misses .pdf Files

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?
 
R

Rad [Visual C# MVP]

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
 

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