I'm using Angular & Core version.
I published the Project.Web.Host first then used "NG Build -prod" command which creates dist folder, then I copy the folder to the server. now I can connect and log in the web site, but menu icons and other icons are displayed like this ㅁ
Which file do I need to add to '.angular-cli.json' file?
Thanks
Is this fixed?
Somehow, Save button does not close modal form.
The new templates work fine!
Thanks :D
FYI
I just downloaded aspnet-zero-1.10.1 and aspnet-zero-1.11.1 for test,
1.10.1 works, 1.11.1 does not work.
Thanks.
I downloaded ASP.NET MVC 5.1 / AngularJS. and I don't change anything at all, but it does not work.
I have old version(abp0.9.1) witch I don't change anything, it works fine.
For testing. I created a new Web project(solution) and add class library project then add Entity Framework, then I referenced it from web project, it works, but As I reference the aspnetzero(downloaded project).entitiyframework with needed projects(core,application etc..) it does not work.
I published 2 AspNetZero project and had no problem before.
When I publish new project that I downloaded last week, there is no option for "Execute code first migrations" only I can see "update database"
New project create a newproject.pubmxl like below.
<Object Type="DbDacFx">
<PreSource Path="localhost" includeData="False" />
<Source Path="$(IntermediateOutputPath)AutoScripts\Abp.Redis.Cache_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
</Object>
<UpdateFrom Type="Web.Config">
<Source MatchValue="localhost" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
</UpdateFrom>
</ObjectGroup>
below is from my previous project (I use * for sensitive info)
<ObjectGroup Name="Default" Order="3" Enabled="True">
<Destination Path="Data Source=***;Initial Catalog=***;Persist Security Info=True;User ID=***;Password=****" />
<Object Type="DbCodeFirst">
<Source Path="DBMigration" DbContext="****.EntityFramework.****, HGIntranet.EntityFramework" MigrationConfiguration="***.Migrations.Configuration, ***.EntityFramework" Origin="Configuration" />
</Object>
</ObjectGroup>
</Objects>
Both project are used in the same computer and the same visual studio 2015 sp3.
I copy the old one to new one, it does not work.
It seems the project.web project could not find entity framework in project.entityframework project.
I downloaded the project today and still got the same error"System.Web.Mvc, Version=5.1.0.0" and had to scratch my head for a while. I've downloaded the project several times and never had this problem before. so I thought the problem is with my visual studio(today I updated to 2015 sp3 and other tools too!).
It would be great if we don't see an error before change a code.
Thanks ;)
+1 to the original poster's concerns. These are files are artifacts from the Mac OS file system.
Hi,
Currently, We are using version "1.8.2.0" and my git id is WhistlerHusky
Thanks.