10-03-2019, 09:33 PM
trying to troubleshoot a "null reference" exception being passed from a .net dll. The developer wants a stack trace. Is there a way to get this back from crosstalk? ECTDotNETException.StackTrace is empty. E.Message and E.ToString are the same... "NullReferenceException: Object reference not set to an instance of an object." Is there some sort of logging that could be to be turned on? How could I capture the stack trace coming back from the .net dll?