app-config
WiX & MSBuild : Unrecognized Attribute in App.Config
I have been banging my head against this one for two days... I have a WiX project that is built by MSBuild on my Team Foundation Server. I have a Build Definition set up, and all was wo开发者_运维技巧[详细]
2023-04-12 10:34 分类:问答What happens to the app.config file once I reference the class library
I have a class library with a app.config file with 4 settings in it. Previously when I tried this (VS2008) as soon as I referenced the library I would not be able to access the config file/application[详细]
2023-04-12 06:51 分类:问答.NET - deploying a WCF client, without an app.config
I\'m writing a client to a WCF service.This is a single app in a larger system that includes modules written in C#, C++, VB, and Java.All of the apps share common configuration and logging mechanisms,[详细]
2023-04-12 00:16 分类:问答Get WCF client endpoint IP from app.config
I have a client that connects to a WCF service using a netTcpBinding. To connect to the service I use the following in my client:[详细]
2023-04-11 06:55 分类:问答c# forms - Programatically add missing entrys in .config file
a question I haven\'t found an answer to after googling for a long time (then a long break from it and searching again)...[详细]
2023-04-11 04:34 分类:问答Why does config.Appsettings.Settings["MySetting"].Value fail in Windows 7, but not other versions
I\'m reading a setting out of the app.config file using code nearly identical to that which I\'ve used in other portions of the app. It works fine under WinXP and Win Server 2003, when I run it under[详细]
2023-04-10 11:59 分类:问答Windows service installer not reading App.Config file
I have added App.Configin my project. I have a installer class(ProjectInstaller.cs) which needs to read values from App.config.[详细]
2023-04-10 11:35 分类:问答"Unrecognized configuration section" after adding Signature to Config File using SignedXml.ComputeSignature
I have a Windows Forms application built using the .NET 3.5 Framework which self hosts a WCF service. The service & app function properly on their own.[详细]
2023-04-10 01:37 分类:问答Does a web.config substitute app.config?
I wrote a dll project in c#. I added a service reference. A app.config was automatically generated. In the same solution I have an asp.net project.[详细]
2023-04-09 20:04 分类:问答Machine config instead of app.config files for console apps
Is it possible to use connection strings 开发者_开发技巧in a Console app\'s app.config file in a single machine config file instead? So all console apps on the server can use the same file?You could,[详细]
2023-04-09 07:56 分类:问答