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
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
Regards
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