Base solution for your next web application

Activities of "jholla"

@ismcagdas Any luck? I did send it into the email address you provided.

I emailed both .NET Core and MVC5 projects to you from <a href="mailto:[email protected]">[email protected]</a>, with a subject heading of: "jholla abp projects".

Im trying the .NET Core version and Im not sure what this means:

<a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template-Core">http://aspnetboilerplate.com/Pages/Docu ... plate-Core</a>

Migrator.EF tool is used for adding/applying EntityFramework migrations. In order to create your database, open command prompt and move to root folder of EntityFramework project in your solution. Then run "dotnet ef database update" command."

Now I am getting this error:

PM> Update-Database The project 'CPFSApp.Web' failed to build. PM>

This seems to be my issue,and i said "seems" so it might be, but Im trying to figure out how to fix EF/PkgMgr - <a class="postlink" href="http://stackoverflow.com/questions/9674983/the-term-update-database-is-not-recognized-as-the-name-of-a-cmdlet">http://stackoverflow.com/questions/9674 ... f-a-cmdlet</a>

In that StackOverflow it says theres a known bug in EF + VS2015. Do you know about it?

Ideally I would prefer .NET Core but it doesnt seem to come w/ Angular GUI to manage roles

Go to this url: <a class="postlink" href="http://aspnetboilerplate.com/">http://aspnetboilerplate.com/</a> I selected ASP>NET MVC 5.x Angular Entity Framework I included ModuleZero because I need Role Management, etc... I named the app: CPFSApp

Then downloaded

That is actually what I did: I have VS2015 update 3 Community w/ IIS Express Ran in Admin mode

The instructions upon download say:

After download <span style="color:#800000">- Open your solution on Visual Studio 2013 or later.

  • Select the 'Web' project as startup project.
  • Open Package Manager Console, select 'EntityFramework' project as Default project and run the
  • EntityFramework's 'Update-Database' command. This will create the database</span>
  • Run the application. User name is 'admin' and password is '123qwe' as default.

When I run the Update-Database cmg, it says {projectName}.Web failed to load

Showing 11 to 19 of 19 entries