Base solution for your next web application

Activities of "moustafa"

Hi @alirizaadiyahsi

thank you very much for your help actually this solution fixed my problem although the project solution give me a lot of warning that i didn't review it yet [https://stackoverflow.com/questions/22909506/this-project-references-nuget-packages-that-are-missing-on-this-computer/#23852183])

Regards

8-)

Hi @ismcagdas

Thanks for your answers and i'm waiting for reply

Hi @ismcagdas

today i updated vs2017 to the last version 15.3.4

then i download fresh copy of project ng1 & ng2

  • for ng1 project all projects build successfully except Test Project give me an error related to xunit :?

  • for ng2 project i had to Install .NET Core tools in Visual Studio 2017 from this link [https://www.microsoft.com/net/download/core])

and ".Core.csproj file" was different from you mention before, so edited to

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
    <Reference Include="System" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
    <Reference Include="System.Transactions" /> 
    <PackageReference Include="Abp.Zero.Ldap" Version="3.0.0" />
</ItemGroup>

and at end it build successfully :D

  • Actually i have some questions because i'm so confused , 1- i'm using (ASP.NET CORE & Angular & .NET Framework 4.6.1 ) but solution doesn't build till installing .NET Core SDK , why? 2- what is exactly different between (ASP.NET CORE & Angular & .NET Framework 4.6.1 ) & (ASP.NET CORE & Angular & .Net Core 2.0 ) ? 3 - Are you planning to update the projects to .NET Framework 4.7 ?

Regards

Answer

Hello I vote for this feature :)

Hi @ismcagdas

Actually i tried right now and downloaded fresh version of ng1 & ng2 with .NetFramework and still have the same problems the solutions dosen't build successfully, they are both end with many errors

Actually i have the same problem with both versions Angular 1 & 2 What is wrong ?

how that considered as normal behavior as it continued to refresh even you left the dashboard page?

Hi

  • for your first question it's related to this issue [https://github.com/aspnetzero/aspnet-zero/issues/490])

  • for your second question it's related to this issue [https://github.com/aspnetzero/aspnet-zero/issues/461]) this feature already implemented in Angular 2 version and i don't think so they going to implement it in Angular 1.x version please refer to this post [https://forum.aspnetboilerplate.com/viewtopic.php?f=5&t=9233])

Regards

Hello

In Dashboard page i noticed that GetWorldMap Service are being called repeatedly is that normal behavior as i captured 30 in less than a minute

Thanks

Showing 11 to 20 of 110 entries