I can't access app.config from my web test plug in 26 April 2013 Donovan-Brown Work (0) Problem: I want to read the connection strings from my app.config of my Web Test Project but it never loads. Solution: Use the Configuration Manager OpenMappedExeConfiguration call to load the app.config file. Code: // Map the new configuration file.ExeConfiguratio... [More]
I want xml transforms to happen on build instead of only publish. 11 January 2013 Donovan-Brown Work (0) Problem: I have xml transforms I want to preform on build not only on publish. I also want an easy way to transform my config files during my team build. Finally I want to use it on app.configs in WPF applications as well. Solution: Use SlowCheetah XML Transforms package. You can inst... [More]