Base solution for your next web application

Activities of "chrisworrell"

I am getting a 500 internal server error when trying to download the .NET Core (or 4.6.1) + Angular project with the "one solution" option selected. I can only download the solution that has the separate asp and angular folders

500 ERROR! An internal error occurred during your request!

josh i had the same issue and discovered i needed to install

<a class="postlink" href="https://www.microsoft.com/net/download/core#/current">https://www.microsoft.com/net/download/core#/current</a>

hope that helps

Scratch that, found another thread that led me to installing the correct .NET Core 1.1.0, did not realize that I needed to install that to my machine, assumed everything compiled via the dependencies.

<a class="postlink" href="https://www.microsoft.com/net/download/core#/current">https://www.microsoft.com/net/download/core#/current</a> for anyone that runs into this issue (since I have seen another post that the guy didn't resolve)

Help a convert from PHP who is trying to figure out this whole Microsoft world :oops: (only been learning .net for about 2 months now)

I downloaded the Core + Angular2 build and trying to follow the initial instructions I set the Startup Project on the .Web.Host project and when i go to run the dotnet ef migration update I get the following

The specified framework 'Microsoft.NETCore.App', version '1.1.0' was not found.

  • Check application dependencies and target a framework version installed at: C:\Program Files\dotnet\shared\Microsoft.NETCore.App
  • The following versions are installed: 1.0.1
  • Alternatively, install the framework version '1.1.0'.

If I install 1.1.0 within the packages the build fails due to not being supported by net461

So unfortunately I am at a standstill due to my noobness (and I havent found anyone with the same issue via search so im sure I am going to hate the answer)

Thanks in advance

Showing 1 to 4 of 4 entries