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.
posted @ Thursday, August 30, 2007 8:32 AM