configsource and installer

188 views Asked by At

I have an project csproj, with app.config file, and logging Ent.Library section using configsource attribute. The logging section is in ahother file Config\loggingconfiguration.config.

I have a Installer Project for this csproj. But when I generate , the file loggingconfiguration.config is NOT include.

Any suggestions?

1

There are 1 answers

0
mfeingold On BEST ANSWER

Did you check the properties of your file in the solution explorer? If you want to see it deployed the Build Action property should be "Content"