-
Notifications
You must be signed in to change notification settings - Fork 109
IApplicationBuilder claims it is defined in 'Microsoft.AspNet.Http' #138
Comments
Oops. Just realized I was in Diagnostics when I thought I was in Aspnet\Home. Sorry about that. |
@rkeithhill First thing, when you run into issues like these, plese file them on aspnet/Home. This repository has nothing to do with the errors you're running into. Second thing, if you're going to use -*, then you should keep watching the https://github.com/aspnet/Announcements/issues for updates on breaking changes and how to fix them in your applicaiton. |
@davidfowl Yeah, sorry about the wrong location and thanks for the pointer to the announcements. Is there a better way to specify package versions? My ultimate goal is to get the site running on Ubuntu but there is no dnx-coreclr-linux-x64-1.0.0-beta4 package AFAICT. So I'm riding the bleeding edge of dev builds to see if I can get this demo going before a big internal review of our future development processes i.e. do we continue to use ASP.NET or move to PHP as we migrate to Linux for our embedded devices. |
coreclr on linux is currently broken but we're working on fixing it. |
@davidfowl Heheh, I was just looking at #14. Thanks for the pointer to #11 and also for the heads up on the state of coreclr on Linux. Been banging my head on this most of the day. I guess this is as good an excuse as any to call it a day. Thanks again. |
BTW in my case, commenting out |
@rkeithhill it might be more efficient to come to https://jabbr.net/#/rooms/AspNetvNext |
I have been working on porting an ASP.NET MVC 4 site to ASP.NET 5. I first got it working on dnx451 and then today on dnxcore50 (1.0.0-beta4). Yay! However when I set the project properties to target 1.0.0-beta5-11911 and run the web site I get an ArgumentNullException:
So I figure perhaps I need to ensure that I'm getting newer assemblies. So in my project.json file I changed the dependencies package versions from
x.0.0-beta4
tox.0.0-*
. That gave me a few compile errors (Session state API change SetInt to SetInt32) which I fixed but I'm stuck on this cryptic error:Is this a bug or am I doing something wrong?
The text was updated successfully, but these errors were encountered: