[MonoDevelop] App.config Gotcha

Manish Sinha mail at manishsinha.net
Sat Nov 20 11:58:05 EST 2010


On 11/17/2010 03:56 AM, Charlie Poole wrote:
> That's somewhat surprising. It kind of sounds like you're replicating
> a VS bug. Am I missing something?

One more thing to notice is that if you project is named Foo.Base.Foobar 
and you have app.config file set as do not copy, I have seen VS copying 
the file in the bin directory and naming it
Foo.Base.Foobar.dll.config which probably tells an assembly which is 
it's config file.

Whatever name you give to your app.config file, it will still be renamed 
to Foo.Base.Foobar.dll.config

--
Manish


More information about the Monodevelop-list mailing list