Featured Post

Baby Elder

Parents love to take pictures of their children.  My Mother and Father were no exception.  There is one baby picture that easily sums me up as a person and predicted future roles in my life.  I happened to come across that baby picture this morning while cleaning up some files.  I hadn’t ever...

Read More


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.