MVC SPA Template is broken
See original GitHub issueHi, I have downloaded the newest template from homepage, mvc+spa+entity framework. But after nuget restoration, there are still some references issues unfixed.
For example:
The type 'Type' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. Test.Core C:\Users\[user]\Desktop\Test\3.0.0\src\Test.Core\TestCoreModule.cs
Can you please fix those minor issues?
Abp package version: 3.0.0 Base framework: .Net 4.6.1
Issue Analytics
- State:
- Created 6 years ago
- Comments:37 (17 by maintainers)
Top Results From Across the Web
MVC 5 Using spa template cannot get to display views
I'm running into the same issue now and cannot, for the life of me, figure out how the SPA MVC 5 template is...
Read more >who still uses razor pages nowadays? Does everyone go ...
Razor or MVC and JavaScript is still good depending on what you are building. The pendulum of fat client vs thin client is...
Read more >What I wish I had known about single page applications
A single-page app breaks this paradigm. The web browser sends the ... It all goes back to the template HTML file that single-page...
Read more >A .NET Developer Primer for Single-Page Applications
NET MVC template into an SPA (with references to the appropriate project files that can be found in the accompanying code download).
Read more >SPAs vs MPAs/MVC - Are Single Page Apps always better?
I get asked a lot whether one should choose a Single Page Application ( SPA ) or Multi-Page-Application (MPA) for a project.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hi guys !! i have good news !!
at least searching for a solution, i have found this, and it works!
this is the link to the solution https://github.com/dotnet/corefx/issues/23229#issuecomment-322968208
in my case, this do the trick
now the empty solution ( the downloaded template v3.0.0 asp.net mvc ) is working, now its time to update my solution from 1.5.1 to 3.0.0. i hope works like this.
@Korigoth try it !
regards
Fixed by https://github.com/dotnet/sdk/issues/1499 in .NET Core 2.1 SDK