Featured Post

Revamp of ZNews

Well, Ole ZorKa finally has broken down and actually done something with the news section of his page. It isn’t the neatest code in the world, but it is functional now at least. I’ll explain more later. ZorKa                        

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.