While it works with the 2 lines from Startup.cs removed/commented out, because they are no longer valid in RC002, I think the real solution is to replace them with:
u.UseBackOffice();
u.UseWebsite();
... as they seem to be functionally equal to the old lines.
This doesn't seem to be needed though, which is weird. It works just as well without them...
RC001 -> RC002?
Is it possible to upgrade from RC001 to RC002? If so, how?
Hi I have a project that I need to do this on too. From what I can tell you just need to update the NuGet packages.
To get it to work I had to install all the following packages and comment out 2 lines in Startup.cs.
The packages:
The lines to comment out in Startup.cs:
... But now I'm running RC002, without any issues (that I have discovered so far).
While it works with the 2 lines from Startup.cs removed/commented out, because they are no longer valid in RC002, I think the real solution is to replace them with:
... as they seem to be functionally equal to the old lines.
This doesn't seem to be needed though, which is weird. It works just as well without them...
^ what NSC said. I had to start a new solution and compare the differences to get my RC1 running again on RC2
is working on a reply...