Today, I downloaded the .NET Core 1.1 with MVC and EF from the ABP home page: <a class="postlink" href="https://www.aspnetboilerplate.com/">https://www.aspnetboilerplate.com/</a>, for a totally new application/project.
I am able to compile the solution and get my new DB created. When I start the web.host project it opens to the swagger Index page. When I downloaded the template I selected the checkbox to include module zero. However I do not see any of those items in the web.host project. I do not see any views, controllers or items related to tenants, logins, roles etc?
Can you please confirm if all those views/items should be included in the download I selected? If yes, is there an issue with the download?
8 Answer(s)
-
0
Hi @exlnt,
You need to run *.Web.Mvc project o see views. *.Web.Host is only for hosting your app services to third party apps.
Thanks.
-
0
I tried multiple downloads yesterday and I did not get the .Web.MVC project in the zip file.
I tried again last night and it worked and the .Web.MVC project was in the zip file.
-
0
Is it possible to get an ABP template download based on .net core 1.0? I don't see the option on the download page?
-
0
Hi,
We have .Net Core 1.1 for ASP.NET Core 1.x. You can check it here <a class="postlink" href="https://aspnetboilerplate.com/Templates">https://aspnetboilerplate.com/Templates</a>
Thanks.
-
0
No I need a version that specifically targets .NET Core 1.0. The hosting environment we have to deploy to only supports .NET Core 1.0 right now. We cannot use .csproj files. They have to be project.json files.
-
0
Hi,
Then we only have .NET Core 1.1.
-
0
Hi,
I am also having the issue to find Web.Mvc in the downloaded files. Please help
-
0
Hi @Anwarp,
Can you share the screenshot while you have downloaded the project ? Also, can you share a screenshot of your solution hierarcy ?
Thanks.