CasperTech / METAbolt

Continuing the METAbolt viewer project, originally developed by Legolas Luke.
https://metabolt.casperdns.com/
Other
15 stars 22 forks source link

Exception thrown after log in #2

Closed ajwsert closed 10 years ago

ajwsert commented 10 years ago

Every time that I log in I got an Exception Reporter after logged in saying it was unable to show Exception Report with this:

System.Reflection.TargetInvocationException Exception has been thrown by the target of an invocation.

Top Level Exception Type: System.Reflection.TargetInvocationException Message: Exception has been thrown by the target of an invocation. Source: mscorlib Stack Trace: in System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType) in System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in System.Reflection.ConstructorInfo.Invoke(Object[] parameters) in ExceptionReporting.ViewFactory.CreateT in ExceptionReporting.ExceptionReporter.Show(Exception[] exceptions)

Usually I just ignore it and Metabolt still works normally, but it keeps happening. V 0.9.69.0 on Windows 7 64x

TomMettam commented 10 years ago

This appears to have already been fixed. Fix version: v0.9.70.0 (Unreleased)

ajwsert commented 10 years ago

Closing it then as it seems to have been fixed.