TMS XData Web Application wizard, compile errors

Hi, 


just installed and started to use TMS XData 4.3.0.2 in Tokyo 10.2.2.  XData 's server wizard  created my first Xdata service, started and working. 

TMS XData Web Application's  wizard create the expected files in the app project but cannot compile,with the following errors:

Pas2JS Compiler version 1.0.3 [2018/10/28] for Win32 i386 / TMS WEB Core version v1.1.3.0
[Error] View.ErrorPage.pas(6): can't find unit "System.SysUtils"
[Fatal Error] can't find unit "System.SysUtils"

same for System.Classes  

if I bypass the  problem removing System.  the error shift on Vcl.Controls... 

tried to add search path in project's options ecc... nothing changes....

Any suggestions?

Saverio




Hello Saverio,


Is View.ErrorPage unit added to your project? What about the .dpr file? What is the full content? Is View.ErrorPage unit also added to the uses clause of dpr file?