Hello,
In an old radzen application, a new page based on a view has been added. It can be used without errors in development mode, but an error is thrown when deploying for production as a ZIP: ERROR in src\app\vw-cs-abgleich-fehlende\vw-cs-abgleich-fehlende.component.html(6,931): : Property 'vwcsabgleichfehlende' does not exist on type 'VwCsAbgleichFehlendeComponent'.
Where could I look for the cause of the error?
Regards
Ralf
Check the code of this page. The error indicates that there is a property referenced in the markup that doesn’t exist on the mentioned type.
Thank you. I have found the property. Strange, with the property the code works in development and the datagrid is filled. When I remove the property, the datagrid shows no data but the spinner endlessly... but the deployment does not throw an error. But then the datagrid remains empty. I guess, I rebuild the page from scratch.