You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening the master branch in a fresh copy of VS2010 on Win7 running in VMWare, I get the following errors/warnings:
Error 1 The type or namespace name 'Machine' could not be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 4 7 Core.Tests
Error 2 The type or namespace name 'Because' could not be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 18 17 Core.Tests
Error 3 The type or namespace name 'It' could not be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 31 17 Core.Tests
Error 4 'string' does not contain a definition for 'ShouldEqual' and no extension method 'ShouldEqual' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 31 51 Core.Tests
Error 5 The type or namespace name 'It' could not be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 32 17 Core.Tests
Error 6 'int' does not contain a definition for 'ShouldEqual' and no extension method 'ShouldEqual' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 32 51 Core.Tests
Error 7 The type or namespace name 'It' could not be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 33 17 Core.Tests
Error 8 'System.TimeSpan' does not contain a definition for 'ShouldEqual' and no extension method 'ShouldEqual' accepting a first argument of type 'System.TimeSpan' could be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 33 51 Core.Tests
Error 9 The type or namespace name 'It' could not be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 34 17 Core.Tests
Error 10 'System.Guid' does not contain a definition for 'ShouldEqual' and no extension method 'ShouldEqual' accepting a first argument of type 'System.Guid' could be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 34 51 Core.Tests
Warning 11 The referenced component 'Microsoft.Practices.ServiceLocation' could not be found.
Warning 12 The referenced component 'Machine.Specifications.GallioAdapter' could not be found.
Warning 13 The referenced component 'Machine.Specifications' could not be found.
Warning 14 The referenced component 'Newtonsoft.Json' could not be found.
In Addition the Silverlight 4 project doesn't load:
S:\oss\Symbiote\src\Silverlight\Symbiote.Core\Symbiote.Core.csproj : error : Unable to read the project file 'Symbiote.Core.csproj'.
S:\oss\Symbiote\src\Silverlight\Symbiote.Core\Symbiote.Core.csproj(170,3): The imported project "C:\Program Files (x86)\MSBuild\Microsoft\Silverlight\v4.0\Microsoft.Silverlight.CSharp.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
The text was updated successfully, but these errors were encountered:
Sorry I'm not sure I can help you there. I've actually set up several machines lately and was able to open and build the solution successfully. If I think of anything or come across something you can try, I'll let you know. My apologies.
When opening the master branch in a fresh copy of VS2010 on Win7 running in VMWare, I get the following errors/warnings:
Error 1 The type or namespace name 'Machine' could not be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 4 7 Core.Tests
Error 2 The type or namespace name 'Because' could not be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 18 17 Core.Tests
Error 3 The type or namespace name 'It' could not be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 31 17 Core.Tests
Error 4 'string' does not contain a definition for 'ShouldEqual' and no extension method 'ShouldEqual' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 31 51 Core.Tests
Error 5 The type or namespace name 'It' could not be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 32 17 Core.Tests
Error 6 'int' does not contain a definition for 'ShouldEqual' and no extension method 'ShouldEqual' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 32 51 Core.Tests
Error 7 The type or namespace name 'It' could not be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 33 17 Core.Tests
Error 8 'System.TimeSpan' does not contain a definition for 'ShouldEqual' and no extension method 'ShouldEqual' accepting a first argument of type 'System.TimeSpan' could be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 33 51 Core.Tests
Error 9 The type or namespace name 'It' could not be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 34 17 Core.Tests
Error 10 'System.Guid' does not contain a definition for 'ShouldEqual' and no extension method 'ShouldEqual' accepting a first argument of type 'System.Guid' could be found (are you missing a using directive or an assembly reference?) S:\oss\Symbiote\tests\Core.Tests\Reflection\when_reading_dynamically.cs 34 51 Core.Tests
Warning 11 The referenced component 'Microsoft.Practices.ServiceLocation' could not be found.
Warning 12 The referenced component 'Machine.Specifications.GallioAdapter' could not be found.
Warning 13 The referenced component 'Machine.Specifications' could not be found.
Warning 14 The referenced component 'Newtonsoft.Json' could not be found.
In Addition the Silverlight 4 project doesn't load:
S:\oss\Symbiote\src\Silverlight\Symbiote.Core\Symbiote.Core.csproj : error : Unable to read the project file 'Symbiote.Core.csproj'.
S:\oss\Symbiote\src\Silverlight\Symbiote.Core\Symbiote.Core.csproj(170,3): The imported project "C:\Program Files (x86)\MSBuild\Microsoft\Silverlight\v4.0\Microsoft.Silverlight.CSharp.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
The text was updated successfully, but these errors were encountered: