Uh, yeah. I clicked the button. That's how I found my exe and dlls
listed. Does the config file actually need to be named "App.config" or
can it be called MyApp.exe.config?
roy
In your project it should be called App.Config. When you build, VS
will automatically rename that file to whatever the configuration
should be called after it copies the file to the bin folder.
HTH
Andy
> Uh, yeah. I clicked the button. That's how I found my exe and dlls
> listed. Does the config file actually need to be named "App.config" or
> can it be called MyApp.exe.config?
>
> roy
roybrew@att.net - 30 Nov 2006 17:41 GMT
Thanks Andy. I was also able to add the config file as it was named
(i.e. myaapp.exe.config) and give it a build action of "Content" and
make sure it was copied to the output directory. This also added it to
the list of Application files. But your way is cleaner and appears to
be the standard way, so I'll use that. Thanks again for the help.
roy
> In your project it should be called App.Config. When you build, VS
> will automatically rename that file to whatever the configuration
[quoted text clipped - 8 lines]
> >
> > roy