Skip to content

Instantly share code, notes, and snippets.

@syron
Last active August 29, 2015 14:19
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 syron/04378420d659fac35491 to your computer and use it in GitHub Desktop.
Save syron/04378420d659fac35491 to your computer and use it in GitHub Desktop.
HybridConnectionInstall.log
HybridConnectionManager.exe Error: 0 : Install failed! Exception: System.Management.Automation.CmdletInvocationException: Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.
at System.Net.Http.Formatting.JsonMediaTypeFormatter..ctor()
at System.Net.Http.Formatting.MediaTypeFormatterCollection.CreateDefaultFormatters()
at Microsoft.HybridConnectionManager.Commands.GetHybridConnection.ProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
--- End of inner exception stack trace ---
at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
at System.Management.Automation.PowerShell.Worker.ConstructPipelineAndDoWork(Runspace rs, Boolean performSyncInvoke)
at System.Management.Automation.PowerShell.Worker.CreateRunspaceIfNeededAndDoWork(Runspace rsToUse, Boolean isSync)
at System.Management.Automation.PowerShell.CoreInvokeHelper[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings)
at System.Management.Automation.PowerShell.CoreInvoke[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings)
at System.Management.Automation.PowerShell.CoreInvoke[TOutput](IEnumerable input, PSDataCollection`1 output, PSInvocationSettings settings)
at Microsoft.HybridConnectionManager.ConfigureStep.OnRunAsync(HybridConnectionContext hybridConnectionContext)
at Microsoft.HybridConnectionManager.Step.RunAsync(HybridConnectionContext hybridConnectionContext)
at Microsoft.HybridConnectionManager.MainWindow.PerformWork()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment