Tagged Questions
1
vote
2answers
363 views
How can I automatically include a custom configuration file from my class library into my executable project during release?
I have a VS2008 solution which contains a number of class libraries plus an executable project (a windows service). One of my class libraries is a wrapper for a 3rd party component which allows for a ...
1
vote
4answers
537 views
can we edit visual studio app.config file in any text editor?
I have a configuration file in my visual studio application called app.config.
<add key="Duration" value="3"/><!-- i will edit value as 2 in this file-->
Up to now i edited in notepad ...
1
vote
3answers
1k views
Link to config file in .Net setup project
I am creating an installer for my C# application, and I want to put a link to the configuration file into the start menu, so that users can open it for editing in notepad from the program folder in ...
0
votes
1answer
531 views
ConfigurationErrorsException using WCF serviceModel for Addin VS2008
I have a DLL (library project in vs2008), that calls to external web service. Project has a Service reference to external webservice
I have Unit test, and app.config (with servicemodel configuration) ...
1
vote
1answer
379 views
Building an MSI/Setup with VS2008 - How to Create Sub-Folders for Logs and Temporary Files
I have built a C#.NET WinForms App. I now need to build a MSI installer for the same so that I can ship it to my clients.
I am stuck at the following place.
I use log4net for Logging. How do I ...
1
vote
1answer
245 views
Visual Studio Config File Editor - Not Formatting
My VS 2008 seems to be acting a bit weird and the solution is eluding me.
The problem is that if I open a config file; app.config or web.config, this looks and behaves as a plain text document.
I ...
5
votes
3answers
2k views
Is it possible to exclude some files from checkin (TFS)?
We use configuration files within various projects under source control (TFS), where each developer has to make some adjustments in his local copy to configure his environment. The build process takes ...
0
votes
3answers
289 views
AppConfig in a VS 2008 test project?
I've just added my first test project to a VS 2008 solution. I have a component I'd like to use in a unit test; the component calls System.Configuration.ConfigurationSettings.GetConfig() to get a ...
0
votes
2answers
95 views
Why is a published website referencing my machine?
I have a website that I publish in Visual Studio 2008 and then send off to other people. One of the pages needs to alter a few configuration files, so an action is executed using ...
7
votes
2answers
337 views
Reduce number of config files to as few as possible
For most of my applications I use iBatis.Net for database access/modeling and log4Net for logging. In doing this, I need a number of *.config files for each project. For example, for a simple ...
2
votes
0answers
365 views
IDE complains Config files referenced in ConfigSource attributes do not comply with DotNetConfig.xsd
I find configsource references in the .config-files to be very helpful. However, since these referenced config-files only contain fragments of the entire app.config hierarchy, the IDE complains.
In ...
6
votes
4answers
8k views
Combining multiple config files in Visual Studio
I have a solution in Visual Studio 2008 which contains multiple C# projects. Each project has it's own config file (App.config and Settings.settings). This makes sense architecturally as each module ...
