Base solution for your next web application

Activities of "hafiz"

Hi

I am facing this error when I use the powerTool. It gives the error and it does not create the required front end components for Angular -> KeyIndicatorsAppService.cs is being generated. -> IKeyIndicatorsAppService.cs is being generated. -> KeyIndicatorConsts.cs is being generated. -> CreateOrEditKeyIndicatorDto.cs is being generated. -> KeyIndicatorDto.cs is being generated. -> GetAllForLookupTableInput.cs is being generated. -> GetAllKeyIndicatorsInput.cs is being generated. -> GetKeyIndicatorForViewDto.cs is being generated. -> GetKeyIndicatorForEditOutput.cs is being generated. -> KeyIndicator.cs is being generated. -> AppPermissions.cs is being modified. -> AppAuthorizationProvider.cs is being modified. -> TSTDbContext.cs is being modified. -> CustomDtoMapper.cs is being modified. Running add-migration... Could not execute because the specified command or file was not found. Possible reasons for this include:

  • You misspelled a built-in dotnet command.
  • You intended to execute a .NET program, but dotnet-ef does not exist.
  • You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH. Running migrator... Could not execute because the specified command or file was not found. Possible reasons for this include:
  • You misspelled a built-in dotnet command.
  • You intended to execute a .NET program, but dotnet-ef does not exist.
  • You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH. -> keyIndicators.component.ts is being generated. -> keyIndicators.component.html is being generated. -> create-or-edit-keyIndicator-modal.component.html is being generated. -> create-or-edit-keyIndicator-modal.component.ts is being generated. -> keyIndicator.module.ts is being generated. -> keyIndicator-routing.module.ts is being generated. -> view-keyIndicator-modal.component.html is being generated. -> view-keyIndicator-modal.component.ts is being generated. Warning : File not found => ....\angular\src\app\main\main-routing.module.ts Warning : File not found => ....\angular\src\app\shared\layout\nav\app-navigation.service.ts Warning : File not found => ....\angular\src\shared\service-proxies\service-proxy.module.ts -> TST.xml is being modified. yarn run v1.22.10 error Couldn't find a package.json file in "C:\AFIAT.TST\angular\src\app\main\graphics\keyIndicators" info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Code generation is complete. Press ENTER to exit...

Thanks

Hi

I am facing an issue with the right to left alignment of the labels. I am using angular 11 with .net 5 aspnet core. The left to right is working fine as seen following

But I change the language to Arabic to see right to left functionality, it displays like following:

As can bee seen, 1 and 2 is properly aligned but the 3 and 4 is not.

After clicking on the "Download collected data", it gives the following message but later nothing happens and no notification is provided.

What could be the reason?

Hi I am using the latest version of aspnet.Zero. I am using angular component with aspnet core api.

I need to create an angular function to bind the value of dropdown dynamically based on selected UI language. I have several lookup tables where the properties of the tables are similar and for each table I feed the values in three languages (en,da,ps). Now I want to create the function, as mentioend above, to dynamically bind the value of dropdown. For example if the selected UI language is in English, the dropdown value for exmaple for product name are shown in English, but when the UI language is Turkey, the dropdown value is filled with Turkey name of products instead of English.

Any suggestion please on how to implement such using asp.net zero.

Thank you

Showing 1 to 4 of 4 entries