Page 1 of 1

.NET EXCEPTION: Object reference not set to an instance...?

Posted: Wed Sep 07, 2016 10:06 am
by Vince|Dyalog
If you get the .NET error message "EXCEPTION: Object reference not set to an instance of an object", please try creating an Application Object. This is especially relevant if you are using Syncfusion .NET objects.


      ⎕USING,←⊂'System.Windows'
:Trap 90 ⍝ can only do this once
{}⎕NEW Application
:End