you can check thishttps://medium.com/abp-community/deploy-your-abp-framework-angular-project-to-azure-kubernetes-service-aks-83fe6bf27d66
Hi,
okay, add to Blazor
project
if still not work, please let me know, i will check it.
Sorry, I will ask angular team check this and answer you
yes,you can enable long path for windows
Hi,
you can set MaxNewValueLength
in the DomainShared module
and add a new migrations file.
public class ...DomainSharedModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
EntityPropertyChangeConsts.MaxNewValueLength = 10000
}
}
** Unable to set property 'text' on object of type 'Blazorise.TextEdit'. The error was: Specified cast is not valid. ---> System.InvalidCastException: Specified cast is not valid.**
You need to check Blazorise.TextEdit
component used
okay : )
okay : )
Hi,
Sorry i could not reproduce the problem, could you share a simple project with me? i will check it. thanks
shiwei.liang@volosoft.com