You are not logged in.
Hi AB,
in mormotmvc.pas an exception raises at line 732 :
info.interfaceName := fFactory.InterfaceTypeInfo^.Name;
Exception: "Erste Gelegenheit für Exception bei $74BB4598. Exception-Klasse EDocVariant mit Meldung 'Impossible to find "interfaceName" property in an array'. Prozess Service.exe (3204)"
cause interfaceName is unknown here.
To reproduce rename one if the existing View - Names / or View Files in the Folder in Sample 30
Last edited by itSDS (2015-01-12 14:46:26)
Rad Studio 12.1 Santorini
Offline
Sry i thought my description was clear.
Use Example 30
To reproduce rename AuthorView.html to AuthorView_.html // The code where a template is missing must be reached.
Then start the example --> Exception in creating new AuthorView.html and Program - End.
Rad Studio 12.1 Santorini
Offline
Now I understand.
This was indeed a regression, which may appear on a void project.
Void template generation has been fixed by http://synopse.info/fossil/info/a5ea4af2e4
Thanks for the feedback.
Offline