views:

36

answers:

2

Hi all,

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

Thanks in advanced

A: 

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
all rights, it's perfect , thanks mister great
A: 

All is ok, Content and Copy always... any suggestions, please ??

alhambraeidos