Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. System.IO.FileNotFoundException: Could not load file or assembly 'System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
  2. File name: 'System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
  3. File name: 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
  4.  
  5. === Pre-bind state information ===
  6. LOG: DisplayName = System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  7. (Fully-specified)
  8. LOG: Appbase = file:///C:/Users/Might/source/repos/Youtube Download/Youtube Download/bin/Debug/
  9. LOG: Initial PrivatePath = NULL
  10. Calling assembly : libvideo, Version=2.0.3.0, Culture=neutral, PublicKeyToken=null.
  11. ===
  12. LOG: This bind starts in default load context.
  13. LOG: Using application configuration file: C:\Users\Might\source\repos\Youtube Download\Youtube Download\bin\Debug\Youtube Download.exe.Config
  14. LOG: Using host configuration file:
  15. LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
  16. LOG: Redirect found in application configuration file: 4.0.0.0 redirected to 4.2.0.0.
  17. LOG: Post-policy reference: System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  18. LOG: Attempting download of new URL file:///C:/Users/Might/source/repos/Youtube Download/Youtube Download/bin/Debug/System.Net.Http.DLL.
  19. LOG: Attempting download of new URL file:///C:/Users/Might/source/repos/Youtube Download/Youtube Download/bin/Debug/System.Net.Http/System.Net.Http.DLL.
  20. LOG: Attempting download of new URL file:///C:/Users/Might/source/repos/Youtube Download/Youtube Download/bin/Debug/System.Net.Http.EXE.
  21. LOG: Attempting download of new URL file:///C:/Users/Might/source/repos/Youtube Download/Youtube Download/bin/Debug/System.Net.Http/System.Net.Http.EXE.
  22.  
  23. at VideoLibrary.Client`1..ctor(ServiceBase`1 baseService)
  24. at VideoLibrary.Client.For[T](ServiceBase`1 baseService)
  25. at VideoLibrary.ServiceBase`1.<GetVideoAsync>d__5.MoveNext()
  26. --- End of stack trace from previous location where exception was thrown ---
  27. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  28. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  29. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  30. at Youtube_Download.Form1.<button2_Click>d__4.MoveNext() in C:\Users\Might\source\repos\Youtube Download\Youtube Download\Form1.cs:line 46
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement