Inner Exception: - Object reference not set to an instance of an object.
at System.Object.GetType()
at Boo.Lang.Runtime.RuntimeServices.Dispatch(Object target, String cacheKeyName, Type[] cacheKeyTypes, Object[] args, DispatcherFactory factory)
at Boo.Lang.Runtime.RuntimeServices.Dispatch(Object target, String cacheKeyName, Object[] args, DispatcherFactory factory)
The stack trace has the error at the bottom. This error usually comes up when there is some null checking missing(it's from the boo runtime).
Is it possible to see the calculation?
Calvin