Originally Posted by: fg_garda 
Code:
Approval libs and NCrunch.Framework references are wrong.
Try to add "ApprovalTests", "ApprovalUtilities" and "NCrunch.Framework" as NuGet reference (right click on "References" -> "Manage NuGet Packages...")
Originally Posted by: fg_garda 
Code:
Error 4 Unable to find version '10.1.40219.425' of package 'Microsoft.Smartdevice.Connectivity'. DeltaEngine.Editor.Launcher
Error 5 The command ""c:\DeltaEngine\.nuget\nuget.exe" install "c:\DeltaEngine\Editor\Launcher\packages.config" -source "" -RequireConsent -o "c:\DeltaEngine\packages"" exited with code 1. DeltaEngine.Editor.Launcher
That's awkward because it's an internal NuGet package we using so it's not public available. Since we have a solution use this workaround:
Install the Windows Phone SDK (7 or 8) and reference "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\10.0\Bin\Microsoft.Smartdevice.Connectivity.dll" by hand.
Also add a NuGet reference to "MvvmLightLibs".
Originally Posted by: fg_garda 
Code:
Error 7 Unable to find version '4.1.0.6871' of package 'NDepend.API'. Asteroids
Error 8 The command ""c:\DeltaEngine\.nuget\nuget.exe" install "c:\DeltaEngine\Samples\Asteroids\packages.config" -source "" -RequireConsent -o "c:\DeltaEngine\packages"" exited with code 1. Asteroids
Error 9 Unable to find version '4.1.0.6871' of package 'NDepend.API'. Asteroids.Tests
Error 10 The command ""c:\DeltaEngine\.nuget\nuget.exe" install "c:\DeltaEngine\Samples\Asteroids\Tests\packages.config" -source "" -RequireConsent -o "c:\DeltaEngine\packages"" exited with code 1. Asteroids.Tests
This reference makes not sense, just delete it and it should work.
In any way, first try to compile the "DeltaEngine.sln" and after this the "DeltaEngine.Editor.sln" because it looks like there are still some problem with restoring packages.
For the Editor problem I asked a coworker, he will also replay to you.
Thanks for your testing, we'll fix this issues for the next release on Friday

Edited by user Tuesday, May 28, 2013 7:25:16 PM(UTC)
| Reason: Not specified