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?

4

1 に答える 1

0

ソリューション エクスプローラーでファイルのプロパティを確認しましたか? デプロイされていることを確認したい場合は、Build Action プロパティを「Content」にする必要があります。

于 2009-11-08T19:47:20.590 に答える