Base solution for your next web application
Open Closed

ABP Template download - Question #3220


User avatar
0
exlnt created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    exlnt created

    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.

  • User Avatar
    0
    exlnt created

    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?

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    exlnt created

    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.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Then we only have .NET Core 1.1.

  • User Avatar
    0
    anwarp created

    Hi,

    I am also having the issue to find Web.Mvc in the downloaded files. Please help

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Anwarp,

    Can you share the screenshot while you have downloaded the project ? Also, can you share a screenshot of your solution hierarcy ?

    Thanks.