This repository was archived by the owner on Apr 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 124
design time host build fails with ImmutableArray<T> error #9
Comments
Just so I understand you have VS2015 CTP6 and the latest nightlies of ASP.NET 5 are not working? I'm guessing that is because we had to make changes in VS to accommodate some runtime change. The problem there is that VS builds are not available to the public. @BillHiebert do you know more about about the code changes? |
I hit this same issue today with an internal VS build from 3/2... rolling back to 1.0.0-beta4-11169 was the best workaround I've come up with, but it definitely needs to be understood/addressed |
It's a bug we're working on. |
This is fixed in the latest KRE. |
using 1.0.0-beta4-11203 clr x86 I no longer receive this error. c:\projects\2015\NeoSample-ASPNET5\src\NeoSample>kvm list Active Version Runtime Architecture Location Alias ------ ------- ------- ------------ -------- ----- 1.0.0-beta3 clr x64 C:\Users\Glenn\.k\runtimes 1.0.0-beta3 clr x86 C:\Users\Glenn\.k\runtimes 1.0.0-beta3 coreclr x64 C:\Users\Glenn\.k\runtimes 1.0.0-beta3 coreclr x86 C:\Users\Glenn\.k\runtimes 1.0.0-beta4-11169 clr x86 C:\Users\Glenn\.k\runtimes 1.0.0-beta4-11169 coreclr x86 C:\Users\Glenn\.k\runtimes 1.0.0-beta4-11181 clr x86 C:\Users\Glenn\.k\runtimes 1.0.0-beta4-11193 clr x86 C:\Users\Glenn\.k\runtimes * 1.0.0-beta4-11203 clr x86 C:\Users\Glenn\.k\runtimes default |
Ok closing |
This was referenced Jun 3, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
VS2015 CTP6
using latest nightly builds
started getting this msbuild error with latest aspnetvnext nightly builds
any idea on a workaround
If I comment out the DesignTimeHostBuild section I can compile app in VS2015 and it runs ok under k command.
The text was updated successfully, but these errors were encountered: