Skip to content

Instantly share code, notes, and snippets.

@asajeffrey
Created February 26, 2020 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asajeffrey/4f963328762c14b2f31f36103ce62832 to your computer and use it in GitHub Desktop.
Save asajeffrey/4f963328762c14b2f31f36103ce62832 to your computer and use it in GitHub Desktop.
Attempting to gather dependency information for package 'ANGLE.WindowsStore.Servo.2.1.19' with respect to project 'ServoApp', targeting 'native,Version=v0.0'
Gathering dependency information took 155.57 ms
Attempting to resolve dependencies for package 'ANGLE.WindowsStore.Servo.2.1.19' with DependencyBehavior 'Lowest'
Resolving dependency information took 0 ms
Resolving actions to install package 'ANGLE.WindowsStore.Servo.2.1.19'
Resolved actions to install package 'ANGLE.WindowsStore.Servo.2.1.19'
Adding package 'ANGLE.WindowsStore.Servo.2.1.19' to folder 'C:\Users\ajeffrey\github\asajeffrey\servo\support\hololens\packages'
Added package 'ANGLE.WindowsStore.Servo.2.1.19' to folder 'C:\Users\ajeffrey\github\asajeffrey\servo\support\hololens\packages'
Install failed. Rolling back...
Package 'ANGLE.WindowsStore.Servo.2.1.19' does not exist in project 'ServoApp'
Removing package 'ANGLE.WindowsStore.Servo.2.1.19' from folder 'C:\Users\ajeffrey\github\asajeffrey\servo\support\hololens\packages'
Removed package 'ANGLE.WindowsStore.Servo.2.1.19' from folder 'C:\Users\ajeffrey\github\asajeffrey\servo\support\hololens\packages'
Executing nuget actions took 3.45 sec
System.ArgumentException: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
at Microsoft.VisualStudio.Project.VisualC.VCProjectEngine.IVCBuildPackageInternal.SaveProject(VCProject project, String fileName)
at Microsoft.VisualStudio.Project.VisualC.VCProjectEngine.VCProjectShim.<Save>b__169_0()
at Microsoft.VisualStudio.Project.VisualC.VCProjectEngine.ApartmentMarshaler.Invoke(Action method)
at Microsoft.VisualStudio.Project.VisualC.VCProjectEngine.VCProjectShim.Save()
at EnvDTE.Project.Save(String FileName)
at NuGet.VisualStudio.ProjectHelper.<DoWorkInWriterLockAsync>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at NuGet.PackageManagement.VisualStudio.CpsProjectSystem.<AddImportStatementAsync>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at NuGet.PackageManagement.VisualStudio.CpsProjectSystem.<>c__DisplayClass2_0.<<AddImport>b__0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.VisualStudio.Threading.JoinableTask.CompleteOnCurrentThread()
at NuGet.PackageManagement.VisualStudio.CpsProjectSystem.AddImport(String targetFullPath, ImportLocation location)
at NuGet.ProjectManagement.MSBuildNuGetProject.<InstallPackageAsync>d__36.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at NuGet.PackageManagement.NuGetPackageManager.<ExecuteInstallAsync>d__85.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at NuGet.PackageManagement.NuGetPackageManager.<ExecuteNuGetProjectActionsAsync>d__76.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at NuGet.PackageManagement.NuGetPackageManager.<ExecuteNuGetProjectActionsAsync>d__76.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at NuGet.PackageManagement.NuGetPackageManager.<ExecuteNuGetProjectActionsAsync>d__76.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at NuGet.PackageManagement.NuGetPackageManager.<ExecuteNuGetProjectActionsAsync>d__75.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at NuGet.PackageManagement.NuGetPackageManager.<ExecuteNuGetProjectActionsAsync>d__74.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at NuGet.PackageManagement.UI.UIActionEngine.<ExecuteActionsAsync>d__17.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at NuGet.PackageManagement.UI.UIActionEngine.<>c__DisplayClass12_0.<<PerformActionImplAsync>b__0>d.MoveNext()
Time Elapsed: 00:00:03.7657174
========== Finished ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment