quamotion / madb

SharpAdbClient is a .NET library that allows .NET applications to communicate with Android devices. It provides a .NET implementation of the adb protocol, giving more flexibility to the developer than launching an adb.exe process and parsing the console output.
Apache License 2.0
361 stars 133 forks source link

Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions' #186

Closed EMDL-bot closed 4 years ago

EMDL-bot commented 4 years ago

hello,

An exception of type 'System.IO.FileNotFoundException' occurred in SharpAdbClient.dll but was not handled in user code

Additional information: Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' or one of its dependencies. The system cannot find the file specified.

<package id="Microsoft.Extensions.Logging" version="2.0.0" targetFramework="net461" />
  <package id="Microsoft.Extensions.Logging.Abstractions" version="2.0.0" targetFramework="net461" />

already there.

EMDL-bot commented 4 years ago

solution For VS 2015 use 3.6.0 https://dist.nuget.org/visualstudio-2015-vsix/v3.6.0/NuGet.Tools.vsix