Asp maker forces to upgrade from 2022 to 2023. How to resolve it?

0 votes
asked by about ASP.NET Maker
edited by

asp maker forces to upgrade from 2022 to 2023 for license to work properly but I get lot of error one common one is
"The tag helper 'input' must not have C# in the element's attribute declaration area"
Is there a easy setting or change that needs to be done to solve this error.
Thanks for your help in advance.

1 Answer

0 votes
answered by (90.5k points)

The error message "The tag helper 'input' must not have C# in the element's attribute declaration area" indicates that there is C# code in an attribute of an 'input' tag, which is not allowed in ASP.NET Core. To resolve this, you need to remove the C# code from the attribute or use Razor syntax for the dynamic content. Refer to the Microsoft documentation for more information on tag helpers and Razor syntax in ASP.NET Core. As for the upgrade issue, you will need to contact the ASP.NET Maker support team for assistance.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...