9 March 2010 0 Comments

Tricks with app.config and ClickOnce deployment (Saurabh Bhatia)

Storing settings in the config File The app.config file is used for many purposes and one of common uses is for storing application settings like connection strings. For example, you can store a string to the web service reference used by your application in the app.config file. The idea behind storing the string in the app.config is that you could simply replace the file and change the value of the string

23 January 2009 0 Comments

How to solve issue with publishing test results in TFS Build

You would probably have noticed Unit Test failure even if tests passed successfully during TFS build. Reason is MsTest.exe is failed to write TestResults folder into your build drop directory. After examining with a Process Monitor, MsTest.exe is running under myTfsMachine$ machine credential rather than a build process agent credential