0

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?

BenMorel
  • 34,448
  • 50
  • 182
  • 322

1 Answers1

0

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"

mfeingold
  • 7,094
  • 4
  • 37
  • 43