Error 2 Source file 'C:\Users\main\Documents\Visual Studio 2008\Projects\Commerce.MVC\Commerce.MVC.Web\Properties\AssemblyInfo.cs' could not be opened ('Unspecified error ') Commerce.MVC.Web
Warning 1 Could not resolve this reference. Could not locate the assembly "Microsoft.VisualStudio.TeamSystem.Data.UnitTesting, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Check to make sure the assembly exists on disk. If this reference
is required by your code, you may get compilation errors. Commerce.MVC.Tests
Warning 3 The referenced component 'Microsoft.VisualStudio.TeamSystem.Data.UnitTesting' could not be found.
Any help would greatly be appreciated. I wanted to go over the code in part 8 (missing files download 5325) before the spike to shopping care & SQL and I can't seem to be able to compile it.
Thanks.
PS I'm new to TDD but i can see its benefits. Although I can also see its disadvantages. Using the "Big Picture" approach modeling with UML I think it might allow a better level of abstraction. And it almost feels that it should be the first step before
going the TDD route. I can see the unnecessary baggage the big picture approach may bring, but I'd rather have the unnecessary baggage linger on because I always can remove it later (yeah, right! - everyone must be thinking). What matters is not to get yourself
spidered into the web of tests that created a co-dependant infrastructure that is hard to get out of later in case the application logic needs to change. Discussion is appreciated on this subject as well.
alexvit
0 Points
4 Posts
will not build
Jul 13, 2008 10:30 PM|LINK
I'm getting a few errors here upon compilation.
Error 2 Source file 'C:\Users\main\Documents\Visual Studio 2008\Projects\Commerce.MVC\Commerce.MVC.Web\Properties\AssemblyInfo.cs' could not be opened ('Unspecified error ') Commerce.MVC.Web
Warning 1 Could not resolve this reference. Could not locate the assembly "Microsoft.VisualStudio.TeamSystem.Data.UnitTesting, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. Commerce.MVC.Tests
Warning 3 The referenced component 'Microsoft.VisualStudio.TeamSystem.Data.UnitTesting' could not be found.
Any help would greatly be appreciated. I wanted to go over the code in part 8 (missing files download 5325) before the spike to shopping care & SQL and I can't seem to be able to compile it.
Thanks.
PS I'm new to TDD but i can see its benefits. Although I can also see its disadvantages. Using the "Big Picture" approach modeling with UML I think it might allow a better level of abstraction. And it almost feels that it should be the first step before going the TDD route. I can see the unnecessary baggage the big picture approach may bring, but I'd rather have the unnecessary baggage linger on because I always can remove it later (yeah, right! - everyone must be thinking). What matters is not to get yourself spidered into the web of tests that created a co-dependant infrastructure that is hard to get out of later in case the application logic needs to change. Discussion is appreciated on this subject as well.
-)