-
Notifications
You must be signed in to change notification settings - Fork 10.3k
System.TypeLoadException: Could not load type 'Microsoft.AspNet.Builder.RequestDelegate' from assembly 'Microsoft.AspNet.Http.Abstractions' #1138
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
Comments
You can't mix RC1 and RC2 dependencies. Pick one or the other. |
@Eilon Thank you, I modified {
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-rc2-15933",
"Microsoft.AspNet.Mvc": "6.0.0-rc2-16498",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc2-16088",
"Microsoft.AspNet.StaticFiles": "1.0.0-rc2-15977",
"Microsoft.Extensions.Configuration.FileProviderExtensions": "1.0.0-rc2-15866",
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-15866",
"Microsoft.Extensions.Logging": "1.0.0-rc2-15866",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-15867",
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-15867",
"Serilog.Framework.Logging": "1.0.0-*"
},
"commands": {
"web": "Microsoft.AspNet.Server.Kestrel"
},
"frameworks": {
"dnx451": { }
},
"exclude": [
"wwwroot",
"node_modules"
],
"publishExclude": [
"**.user",
"**.vspscc"
]
} |
@yuezhongxin that's why I received a email from 蟋蟀..... it's you! |
natemcmaster
pushed a commit
that referenced
this issue
Nov 20, 2018
- Add the correlation id to the request scope as well as setting it as the parent id of the activity
ryanbrandenburg
pushed a commit
that referenced
this issue
Nov 22, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Exception message:
project.json:
The text was updated successfully, but these errors were encountered: