Base solution for your next web application

Activities of "jdavis01"

Team, you suggestion worked like a charm.. Love the new version and looking forward to creating something special

<cite>jdavis01: </cite> I agree. I would like to see some of the datatable implementations like this

<a class="postlink" href="http://keenthemes.com/preview/metronic/theme/admin_1/table_datatables_responsive.html">http://keenthemes.com/preview/metronic/ ... nsive.html</a>

I agree. I would like to see some of the datatable implementations like this

<a class="postlink" href="http://keenthemes.com/preview/metronic/theme/admin_1/table_datatables_responsive.html">http://keenthemes.com/preview/metronic/ ... nsive.html</a>

Is there a step by step documentation for module from scratch like the phonebook example?

I think for me the best approach would be to make the abp blog sample a module..

Man I feel dumb.... Thanks for the support..

Sorry for my basic question, but where would be the best object model to use for reference when writing those scripts? I dont seem to see it in the documentation..

I solved this issue the following way

  1. build each individual project except Web.Public
  2. opened the Web.Public folder from the VS 2017 command prompt as an administrator
  3. execute "dotnet restore" command
  4. Return to the ide and build the Web.Public project
  5. Clean Solution and Rebuild the entire solution

Hope that helps.. Not sure why I had to do all this, but it worked for me. Honestly I think VS gets lost

@MikeyMey01,

Helped a great deal. Thanks for posting..

@Ismcaqdas, I did not have the >System.Transactions line in my csproj file. I added it and still was not able to build.

I did find a solution though. I had to open the Visual Studio 2017 command prompt as administrator and run >dotnet restore on all folders in the project. Once I did that the project compiled and was build.. SUCCESS !!!!

I hope this helps some other folks out with the same issue..

Here is *.Web.Core.csproj

<PackageReference Include="Abp.AspNetCore" Version="3.0.0" />

Here is *.Web.Public.csproj

<ItemGroup>
    <ProjectReference Include="..\ScratchPad.Web.Core\ScratchPad.Web.Core.csproj" />
  </ItemGroup>
Showing 21 to 30 of 39 entries