Could not load file or assembly 'system.net, version=2.0.5.0' on VS2015 RC universal when using youtube api
NickName:micheal barrons Ask DateTime:2015-07-18T21:23:41

Could not load file or assembly 'system.net, version=2.0.5.0' on VS2015 RC universal when using youtube api

With the code below,

using Google.Apis.Services;
using Google.Apis.YouTube.v3;

var searchListResponse = await searchListRequest.ExecuteAsync();

I get error

Could not load file or assembly 'system.net, version=2.0.5.0' on VS2015 RC universal

I tried the old version of youtube and the newest version but I still get this error.

Copyright Notice:Content Author:「micheal barrons」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/31491615/could-not-load-file-or-assembly-system-net-version-2-0-5-0-on-vs2015-rc-unive

More about “Could not load file or assembly 'system.net, version=2.0.5.0' on VS2015 RC universal when using youtube api” related questions

Could not load file or assembly

When I am trying to debug in Visual Studio 2008, I'm getting the following error. I have cleaned the ASP.NET temp folder and restarted VS. I also removed the supposedly breaking reference and added...

Show Detail

Could not load file or assembly

I'm not able to execute code in another application domain in Linqpad: void Main() { AppDomain.CreateDomain("AD").DoCallBack(() => { Console.WriteLine("Test"); }); } I get a different file not fo..

Show Detail

Could not load file or assembly

I have the following problem when I tried to build my website by the second time the webpage shows me this. I seek for a solution but I can't get it yet. When I load by the project the first time a...

Show Detail

Could not load file or assembly

I'm working on a system to use a SqlServerCe with NHibernate. From my driver program, if I add the System.Data.SqlServerCe assembly as a reference, I can create and run queries against a database ...

Show Detail

could not load file or assembly

i am getting the following when i tried to load a pdf file "Could not load file or assembly 'Interop.Acrobat, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An a...

Show Detail

Could not load file or assembly IronPython

I having "Could not load file or assembly or one of its dependencies" problem. Could not load file or assembly 'IronPython, Version=2.7.7.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1' or ...

Show Detail

Could not load file or assembly

This is my Errormessage: Could not load file or assembly 'file:///C:\Windows\system32\Rule.dll'. The system cannot find the file specified. The problem is that the same exe works in my develo...

Show Detail

Could not load file or assembly Autofac

I have a CLI program that runs different tasks on the database every night. When trying to run the program manually I get the following error message. The code hasn't even hit Program.cs as that wo...

Show Detail

Could not load file or assembly

In my power shell script I am loading a custom assembly and then instantiating a class of that assembly by New-Object. Assembly.LoadFile() executes successfully but New-Object statement gives the ...

Show Detail

ClosedXML - Could not load file or assembly

I am trying to use ClosedXML to produce excel documents within an application however when ever I try to run it I receive a could not load file or assembly server error. Could not load file or as...

Show Detail