You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run dotnet run I get following exception:
Unhandled Exception: System.TypeLoadException: Method 'Log' in type 'Microsoft.Extensions.Logging.Logger' from assembly 'Microsoft.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' does not have an implementation.
at Microsoft.Extensions.Logging.LoggerFactory..ctor()
at Microsoft.AspNet.Hosting.WebHostBuilder..ctor(IConfiguration config, Boolean captureStartupErrors)
at Microsoft.AspNet.Hosting.WebApplication.Run(Type startupType, String[] args)
at XXXXXXXXXXXXX.Company.App.Startup.Main(String[] args) in C:\XXXXXXXXXXXXX.src\Company.App\Startup.cs:line 64
The text was updated successfully, but these errors were encountered:
When I try to run
dotnet run
I get following exception:Unhandled Exception: System.TypeLoadException: Method 'Log' in type 'Microsoft.Extensions.Logging.Logger' from assembly 'Microsoft.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' does not have an implementation.
at Microsoft.Extensions.Logging.LoggerFactory..ctor()
at Microsoft.AspNet.Hosting.WebHostBuilder..ctor(IConfiguration config, Boolean captureStartupErrors)
at Microsoft.AspNet.Hosting.WebApplication.Run(Type startupType, String[] args)
at XXXXXXXXXXXXX.Company.App.Startup.Main(String[] args) in C:\XXXXXXXXXXXXX.src\Company.App\Startup.cs:line 64
The text was updated successfully, but these errors were encountered: