Base solution for your next web application

Activities of "mahendra"

Hi,

I want to use all Metronic theme controls, please support us, how can we use Metronic theme all controls.

Regards, Kaushal Kishor 09873168672

Citixsys tech solutions pvt ltd

Question

Hi,

How can a pull a method defined in AppService to my typescript. Lets say there is a method called "Calculate" in my AppService. The method takes an input parameter of DTO or List of DTO and returns the DTO or single value. Inside the method body, no there DTO or SQL or anything else is referenced. It only calculate on the values passed in as input parameter and then returns same DTO by setting some value in the same DTO. I want to use this calculate method at client side as well as server side.

If I write that method as a normal AppService method, then though it will get generated in my proxies at the client side (using refresh.bat), but when I'll use this method at the client side, it will actually make a server call which I want to avoid. How can I acheive this.

Basically I want a utility function written at AppService (or may be somewhere else in the server) to be replicated at client side so that I write once and it can be used at both the places (i.e. server as well as client) without making a service call from client.

Regards, Mahendra

Hi, I am using ASPNetZero Version 8.0 with Angular. I am looking for some kind of extensibility framework within the application.

So let's say I have published my application (assuming that the application is not multitenant). Now some of the my customer wants to

  1. Add a new column in the database/entity
  2. Add the new field on UI.
  3. Put some validation in UI as well as backend/services.
  4. Save value entered in the UI in the database.

Please note: Customer does not have my source code. Basically something I am looking for is kind of MEF framework.

Is this available with ASPNetZero/ABP.... If yes, could you please direct me to a link where I can have a look. I do see a small extensibility example of Database maintainer, but thats not sifficient for me. I need to meet the above use case.

Regards, Mahendra

we are tring to add js file path in angular.json but getting an error . file add like this

and error is

we have follow set from these link . https://keenthemes.com/metronic/?page=docs&section= wizard functionality is working fine but css is not reflecting in kt-wizard .

we getting output like this.

Hi Experts,

We want to create a Non modal form in ABP Angular application. Can anyone provide the Sample code for creating a Non Modal Form or converting a Modal Form to Non Modal Form.

Any help woould be much appreciated.

Thanks in advance.

We have to keep the database structure as same as our desktop application. The reason we want to use these system fields(i.e. CreatorUserId, LastModifierUserId, etc. from the FullAuditedEntity) is that framework will automatically handle all data operations.

Another option could be that we can create new fields but in that case, we will require to populate the data manually.

Therefore we wanted to use these fields from FullAuditedEntity.

We have created an Entity inherited from FullAuditedEntity of "Abp.Domain.Entities.Auditing" namespace. We want to change the datatype of field CreatorUserId from long to string. Can anybody suggest how it is possible ?

Any help would be much appreciated.

You mean on azure while creating the web app....I should select the Runtime Stack as 3.1. If I select 3.1 then the only OS I get is Linux and not Windows.

OR, are you saying that we should download the ASPNetZero Project that is on 3.0 and not 3.1?

Hi Support,

Yesterday, I purchased the ASPNetZero 8.1. I was trying the deploy the downloaded application to azure. I follow below link to publish the application to azure. https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Deployment-Angular-Publish-IIS

I created the WebApp in azure with RunTime Stack as .Net Core 3.0 (3.1 was not showing while creating WebApp) with OS Windows. Within this AppService, I created two slots. One for Server and One For Client. On the Server Slot, I published the Host Application and am able to see the swagger successfully. No issue till here.

Now I published and ftp the angular client on to my second slot. After publishing when I browse the client application, it throws me the following error

HTTP Error 500.0 - ANCM In-Process Handler Load Failure Troubleshooting steps: Check the system event log for error messages Enable logging the application process' stdout messages Attach a debugger to the application process and inspect For more information visit: https://iVendRetail.scm.azurewebsites.net/detectors and https://go.microsoft.com/fwlink/?LinkID=2028526

After doing some google, I changed the modules="AspNetCoreModuleV2" to modules="AspNetCoreModule" in web.config file. After that I started getting the following error

HTTP Error 502.5 - Process Failure

Common causes of this issue: The application process failed to start The application process started but then stopped The application process started but failed to listen on the configured port

Troubleshooting steps: Check the system event log for error messages Enable logging the application process' stdout messages Attach a debugger to the application process and inspect

For more information visit: https://go.microsoft.com/fwlink/?LinkID=808681

Could you please help me fixing the above error.

Regards, Mahendra

Showing 191 to 200 of 203 entries