Tag Archives: VS 2010;Visual Studio;Settings;Tips

Unit Test Deployment files not found in VS2010

When writing Unit tests, it is sometimes useful to use specific files for a specific Unit test. With help of the TestContext object in a Unit test class you can easily deploy files along with your Unit Tests. Everytime a Unit test is executed, the file(s) is published to an output Directory. This file can […]

Continue reading

Change Environment settings in VS 2010

If you first start up VS 2010 you have to choose your environment settings. Once chosen, you will never get this screen back. Sometimes you choose the “wrong” one and you cannot find your stuff anymore. How to reset this. After searching in Options etc. I could not find it. At the customer I installed […]

Continue reading