Welcome

You have reached the blog of Keith Elder. Thank you for visiting! Feel free to click the twitter icon to the right and follow me on twitter.

Data Dude References Wrong Assembly in Unit Test Project With VS2008 Beta 2 Installed

Posted by Keith Elder | Posted in .Net | Posted on 30-08-2007

I just ran into this bug this morning.  I was creating a unit test project for my database so I could create unit tests for the stored procedures.  Turns out when I created the project and added the first unit tests to it it referenced the Visual Studio 2008 Beta 2 9.0 DLL for Microsoft.VisualStudio.TeamSystem.Data and Microsoft.VisualStudio.TeamSystem.Data.UnitTesting. 

The fix was to remove them and then re-add them but why it did this I have no idea.

Write a comment