How can we help you today? How can we help you today?
ctlajoie

Activity overview

Latest activity by ctlajoie

No need to do anything special to obtain a stack trace. Just run the app under a debugger. I posted my stack trace in the other thread on this subject / comments
No need to do anything special to obtain a stack trace. Just run the app under a debugger. I posted my stack trace in the other thread on this subject
0 votes
I'm also getting this error on startup. Choosing to debug won't let me see the code obviously but it does give some info on the exception and InnerException. The exception itself seems a little odd. The only line in the stack trace appears to be the app entry point, but according to the message, the static constructor for _45 threw the exception. No doubt it will make all kinds of sense once you decode the obfuscation [image] System.TypeInitializationException was unhandled Message="The type initializer for '_45' threw an exception." Source="RedGate.Profiler.UI" TypeName="_45" StackTrace: at _49._1(String[] ) And here's the InnerException System.Runtime.InteropServices.COMException Message="The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE))" ErrorCode="-2147024890" StackTrace: at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode) at System.Runtime.InteropServices.Marshal.FreeHGlobal(IntPtr hglobal) at _7._2() at _7._1() at RedGate.Licensing.Client.Licence._1(Int32 , String , Int32 , Int32 , String ) at RedGate.Licensing.Client.Licence.GetLicence(Int32 productCode, String productName, Int32 majorVersion, Int32 minorVersion) at _45._1() at RedGate.Profiler.UI.StartPageControl._4() at RedGate.Profiler.UI.StartPageControl..ctor() at _22..ctor() at _45..cctor() / comments
I'm also getting this error on startup. Choosing to debug won't let me see the code obviously but it does give some info on the exception and InnerException. The exception itself seems a little odd...
0 votes