I have already updated a module from 5.3.1 to 7.2.2. But Now I want to update from 7.2.2 to 7.4.1. I have tried to update the module template first. But after Updating a few ABP packages I always got the following error:
Severity Code Description Project File Line Suppression State
Error MSB4018 The "ResolvePackageAssets" task failed unexpectedly.
System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add) at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable
1 source, Func2 keySelector, Func
2 elementSelector, IEqualityComparer`1 comparer)
at Microsoft.NET.Build.Tasks.ProjectContext.GetTopLevelDependencies(LockFile lockFile, LockFileTarget lockFileTarget)
at Microsoft.NET.Build.Tasks.ResolvePackageAssets.CacheWriter.ComputePackageExclusions()
at Microsoft.NET.Build.Tasks.ResolvePackageAssets.CacheWriter..ctor(ResolvePackageAssets task)
at Microsoft.NET.Build.Tasks.ResolvePackageAssets.CacheReader.CreateReaderFromDisk(ResolvePackageAssets task, Byte[] settingsHash)
at Microsoft.NET.Build.Tasks.ResolvePackageAssets.CacheReader..ctor(ResolvePackageAssets task)
at Microsoft.NET.Build.Tasks.ResolvePackageAssets.ReadItemGroups()
at Microsoft.NET.Build.Tasks.ResolvePackageAssets.ExecuteCore()
at Microsoft.NET.Build.Tasks.TaskBase.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.
I always got this error for the following projects
I have also tried to download a fresh module template and compare it with my template but I can not found any difference. Could you provide me some steps to solve the error and update projects.
solved it by myself. There wars package with a wrong version ;)
Hello,
I followed this steps to replace the content title view component -> https://docs.abp.io/en/commercial/latest/themes/lepton-x/mvc#content-title Here is only explained how to replace the view component but I also need to extend the content title model.(I need to do this for a application template and two modules ) How can I do this ?
Because I want to add this info symbol as you show on the lepton x demo page
Thank you for the hint. But I need also to add the Mouseover InfoText for every page. Is there no other way to replace/extend the pageheader because the application has a lot of pages ?
Okay and is there a way to disable all breadCrumbs of all the pages in a configuration ? I have seen the pageHeaderOptions only availaible for blazor ?
Thank you for your help
We have a ABP based application running on azure. Is it supported by ABP to implement a specific authorization method only valid for a special tenant ?
This means the user of this special tenant should able to login with their windows user without using a password for authentication. All users from other tenants need to pass their user and password to login.
Thank you in advance for the help!
Thank you for the example. What do you mean with "custom module code" ? I am not sure If I understand it correct, I need to replace the service in the application template right ?
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:
Hello guys,
I have a problem with the container width.
When a user have selected the "Boxed Layout" and switch the pages, the boxed layout will applied every time again. It seems that the layout "Full Width" will every time applied first and then the "Boxed Layout" will applied again. You can reproduce the issue when you create a application template in version 7.2.2. I have checked another project and version 7.4.2 also contains this issue.
We want to archive that the "Full width" layout will not applied when a user have selected the "Boxed layout" Is there any workaround because currently we can not upgrade the project to higher version.
Thank you for your help