This machine only have SDK and .Net3.5 installed. No VS2008 installed. after this warning,
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processor Architecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
I got some errors but not seen on another machine with VS2008 installed:
TestDBHelper.cs(7,17): error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) TestDBHelper.cs(30,17): error CS0246: The type or namespace name 'TestContext' could not be found (are you missing a using directive or an a ssembly reference?) TestDBHelper.cs(36,16): error CS0246: The type or namespace name 'TestContext' could not be found (are you missing a using directive or an a ssembly reference?)
any ideas? thanks,