How does MbUnit work with VS 2008 - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T10:56:23Zhttp://stackoverflow.com/feeds/question/273817http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/273817/how-does-mbunit-work-with-vs-20081How does MbUnit work with VS 2008Calum2008-11-07T22:15:00Z2009-01-16T07:03:10Z
<p>I set up MbUnit and have been trying to get it to work with VS 2008 using the MbUnit GUI but every time I run a test it closes and I get a this program needs to close error.</p>
<p>I had a similar problem with Gallio where I got a runner exception every time I ran a test.</p>
<p>Do I need an addin for VS like testDriven.Net to get this to work?</p>
http://stackoverflow.com/questions/273817/how-does-mbunit-work-with-vs-2008/310406#3104060Answer by Nick DeVore for How does MbUnit work with VS 2008Nick DeVore2008-11-21T22:19:39Z2008-11-21T22:19:39Z<p>You don't need TestDriven.Net but it sure helps.</p>
<p>When you say you use the MBUnit GUI "but every time I run a test it closes..." do you mean that MBUnit closes or VS2008? If is MBUnit, then perhaps there is something wrong with your installation. If it is VS2008, then something is fishy since MBunit shouldn't cause VS2008 to crash.</p>
<p>I've used (though I've stopped and now use NUnit) MBUnit with TestDriven.Net and VS2005 with great success.</p>
http://stackoverflow.com/questions/273817/how-does-mbunit-work-with-vs-2008/430473#4304731Answer by Doanair for How does MbUnit work with VS 2008Doanair2009-01-10T03:01:14Z2009-01-10T03:01:14Z<p>Same here. TestDriven.Net really makes things slick and easy. Right-click on a test and run it... MBUnit integrates fine with that add-in.</p>
http://stackoverflow.com/questions/273817/how-does-mbunit-work-with-vs-2008/449688#4496880Answer by Lance Fisher for How does MbUnit work with VS 2008Lance Fisher2009-01-16T06:39:59Z2009-01-16T06:39:59Z<p>I'd recommend testdriven.net for a free tool, and ReSharper as a better tool for running MbUnit tests.</p>
<p>The Gallio test running shouldn't be crashing on you like that, there is a problem somewhere.</p>
http://stackoverflow.com/questions/273817/how-does-mbunit-work-with-vs-2008/449722#4497220Answer by Krzysztof Koźmic for How does MbUnit work with VS 2008Krzysztof Koźmic2009-01-16T07:03:10Z2009-01-16T07:03:10Z<p>I'm using combination of Visual Studio 2008, ReSharper 4.1 and latest builds of Gallio. With that it works pretty well.</p>