Start X#3 XSI with dotnet xsi.dll
Try to print a string/constant with
? "Hello"
Error message is:
error XS0234: The type or namespace name 'Console' does not exist in the namespace 'System' (are you missing an assembly reference?)
Script(1,1): error XS0234: The type or namespace name 'Console' does not exist in the namespace 'System' (are you missing an assembly reference?)
When trying to declare something, the trouble is the same:
LOCAL x as int
error XS0234: The type or namespace name 'Console' does not exist in the namespace 'System' (are you missing an assembly reference?)
Start X#3 XSI with dotnet xsi.dll
Try to print a string/constant with
? "Hello"
Error message is:
error XS0234: The type or namespace name 'Console' does not exist in the namespace 'System' (are you missing an assembly reference?)
Script(1,1): error XS0234: The type or namespace name 'Console' does not exist in the namespace 'System' (are you missing an assembly reference?)
When trying to declare something, the trouble is the same:
LOCAL x as int
error XS0234: The type or namespace name 'Console' does not exist in the namespace 'System' (are you missing an assembly reference?)