Base solution for your next web application

Activities of "m.aliozkaya"

Answer

Hi @Bernard,

There isn't a sample project available at the moment. After following the steps, is it not working as expected?

Hi @JapNolt,

I couldn't fully understand the problem. But I made an example with Angular. Components in two different modules can be triggered with abp.event. Can you share an example to help me understand the issue better?

Hi @moealgahtani,

Would you try the steps below?

  • Clear browser cache and cookies
  • Remove the AbpUserTokens table data
  • Update your production database with the latest migrations

If none of these work, could you send your project to [email protected]?

Hi,

It should be fixed at Aspnetzero 13.3.0 Could you update your project?

https://github.com/aspnetboilerplate/aspnetboilerplate/issues/6950

Hi @huntethan89,

We are still working on resolving the issue, we will get back to you as soon as possible.

I'm glad your problem was solved. We will fix the bugs in the next version.

  1. Open ExcelImportControllerBase.cs and fix AbpWebConsts.LocalizationSourceName it was AbpWebConsts.LocalizaionSourceName

  2. Open AbpUserLocalizationConfigDtoExtensions.cs and fix simul_bcfoConsts.LocalizationSourceName it was simul_bcfoConstants.LocalizationSourceName

These were just the problems I experienced. And as I mentioned above open AddExpenseModal.razor.cs

Change line 28 to the following code because of the Object reference null problem.

protected CreateOrEditExpenseModalViewModel Expense = new CreateOrEditExpenseModalViewModel()
{
    Expense = new CreateOrEditExpenseDto()
};

After making these changes, it successfully sends a request to the server.

Hi @drutter1954,

I checked your project and there are errors. See screenshot

After solving these open AddExpenseModal.razor.cs

Change line 28 to the following code because of the Object reference null problem.

protected CreateOrEditExpenseModalViewModel Expense = new CreateOrEditExpenseModalViewModel()
{
    Expense = new CreateOrEditExpenseDto()
};

After making these changes, it successfully sends a request to the server. I did not find any errors regarding the errors you received. Try again on another computer. Or try formatting the computer. Those errors are not related to aspnetzero.

Hi @Web2workNL,

It is private aspnetzero github repository. If you buy aspnetzero you can access it. You can add Github member at https://aspnetzero.com/LicenseManagement -> GithubMembers tab

Hi Web2workNL,

We will prepare a blog post and a sample project on this as soon as possible. You can check the progress here https://github.com/aspnetzero/aspnet-zero-core/issues/5330

Showing 181 to 190 of 400 entries