Skip to content

Application does not run after upgrading to 1.0 RTM #1614

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hiredgunhouse opened this issue Jun 30, 2016 · 2 comments
Closed

Application does not run after upgrading to 1.0 RTM #1614

hiredgunhouse opened this issue Jun 30, 2016 · 2 comments

Comments

@hiredgunhouse
Copy link

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

@Tratcher
Copy link
Member

Want to share your project.json? It sounds like your dependencies are out of sync. Or push the whole project to a github repo.

@hiredgunhouse
Copy link
Author

Sorry, this was a mess of dependencies which is resolved now, I'm closing this issue.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants