Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "yekalkan"

@sedulen does it work well on the project you newly downloaded?

Hi @expertit

If your problem persists, can you share js and html files of that page?

Hi @kumaran,

"event" is a keyword in c#. <a class="postlink" href="https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/">https://docs.microsoft.com/en-us/dotnet ... /keywords/</a>

Generator uses camelCase variables in app service but any variable named "event" is not allowed in c#. This is the cause of the errors. You can rename those variables one by one for now.

What exactly is the error message?

This will be fixed in next release.

We don't have such a restriction.

@GACoder have you changed anything in the generated code?

You can use one of them and delete the other one, if you don't plan to customize one of them.

Wouldn't it be a good idea to change the RAD tool and generate DTOs and components like this?

  • EntityAEntityCLookupTableDto

  • EntityBEntityCLookupTableDto ...

  • EntityAEntityCLookupTableModalComponent

  • EntityBEntityCLookupTableModalComponent

We'll discuss this.

Most probable reason of this error is wrong matching table columns in html file and js file. Are the order of columns are same in those files?

It would be nice to see your generated code.

Adding the lines below to show method may help.

this.active = true;
	this.modal.show();
Showing 211 to 220 of 314 entries