Trying to debug a "null reference" issue given by a.net dll. The developer needs a stack trace. Is there any way to get this back from crosstalk? ECTDotNETException.StackTrace is empty. E.Message and E.ToString are identical... "NullReferenceException: Object reference not set to an instance of an object." Is there any form of logging that can be enabled? How can I collect the stack trace returned by the.net dll?
↧