Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does Visual Studio create a new .vsmdi file?

If I open a solution in Visual Studio 2008 and run a unit test then VS creates a new .vsmdi file in the Solution Items folder and gives it the next number available e.g. My Solution2.vsmdi.

Any idea why VS is doing this and how I can get it to stop doing this?

like image 279
Guy Avatar asked Aug 26 '08 14:08

Guy


1 Answers

It appears that the VSMDI problem is a known bug and has been around since VS2005 Team System but it has no clear fix as yet. Another reason to NOT use MS Test.

An MSDN blog details how to run unit tests without VSMDI files.

like image 187
Jon Limjap Avatar answered Dec 15 '22 13:12

Jon Limjap