Activity overview
Latest activity by ctlajoie
I believe we've discovered the problem [image]
I have 2 NICs, both are built into my motherboard. I am only using one of them. I also keep a VPN tunnel (PPP) opened most of the time from home (where I am now) to work. If I disconnect the VPN, ANTS loads up without a problem.
Just to be sure, I connected the VPN again and it crashed.
Glad its working, your software is top-notch and I definitely prefer it over the others I've tried over the last few days (I was able to evaluate ANTS at work). I think you can expect a payment from us tomorrow. Or today rather [image] / comments
I believe we've discovered the problem
I have 2 NICs, both are built into my motherboard. I am only using one of them. I also keep a VPN tunnel (PPP) opened most of the time from home (where I am ...
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
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...