1. ⎕cse fails to initialize with the following symptom:
- Code: Select all
'c' ⎕cse 'Init' 'System'
CSE ERROR: VERSION CHECK: Object reference not set to an instance of an object.-
at APLNext.TestForAPLWin.APLTester.CheckForAPLWinFileVer(Int32 majorPart, Int32 minorPart, Int32 buildPart, Int32 privatePart)
at APLNext.CSScriptEngine.ScriptHost2.InitializeScriptEngine(String[] references)
'c' ⎕cse 'Init' 'System'
^
2. ⎕nfe 'Init' fails to initailize with the following symptom:
- Code: Select all
⎕nfe 'Init'
CSE ERROR: VERSION CHECK: Object reference not set to an instance of an object.-
at APLNext.TestForAPLWin.APLTester.CheckForAPLWinFileVer(Int32 majorPart, Int32 minorPart, Int32 buildPart, Int32 privatePart)
at APLNext.CSScriptEngine.ScriptHost2.InitializeScriptEngine(String[] references)
⎕nfe 'Init'
^
Installation Notes:
1. Download C# Script Engine (CSE) v3.0.25.0 Setup from Software Downloads area.
2. Uninstall C# Script Engine 3.0.24.0 prior to installing this release. To uninstall C# Script Engine, select "APLNext.CSScriptEngine" in the Apps & features page in Windows settings.
3. Requires APL+Win 17.0 and newer.
Continue to refer to the C# Script Engine (CSE) 3.0.24.0 in APL+Win 17 Overview for the manual, quick start guide and code samples.
Please post your comments and suggestions to this topic.