Common Language Runtime detected an invalid program.

Issue #8274 open
Lee created an issue

App: Big Box
Version: 13.8
Theme: Default
Type: System.InvalidProgramException
Site: Void .ctor()
Source: BigBox

at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel..ctor()
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions)

(Outer Exception)

Exception has been thrown by the target of an invocation.

App: Big Box
Version: 13.8
Theme: Default
Type: System.Reflection.TargetInvocationException
Site: System.Object CreateInstanceDefaultCtor(Boolean, Boolean)
Source: System.Private.CoreLib

at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions)
at System.Activator.CreateInstance(Type type, Boolean nonPublic, Boolean wrapExceptions)
at System.Activator.CreateInstance(Type type)
at Caliburn.Micro.BootstrapperBase.GetInstance(Type service, String key)
at Unbroken.LaunchBox.Windows.BigBox.Bootstrapper.OnStartup(Object sender, StartupEventArgs e)
at System.Windows.Application.OnStartup(StartupEventArgs e)
at System.Windows.Application.<.ctor>b__1_0(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Recent Log:

오후 4:11:15 Exception

Comments (2)

  1. Angel Real

    (Inner Exception)

    Common Language Runtime detected an invalid program.

    App: LaunchBox
    Version: 13.15
    Theme: Default
    Type: System.InvalidProgramException
    Site: Void .ctor()
    Source: LaunchBox

    at Unbroken.LaunchBox.Windows.Desktop.Bootstrapper..ctor()
    at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions)

    (Outer Exception)

    The invocation of the constructor on type 'Unbroken.LaunchBox.Windows.Desktop.Bootstrapper' that matches the specified binding constraints threw an exception.

    App: LaunchBox
    Version: 13.15
    Theme: Default
    Type: System.Windows.Markup.XamlParseException
    Site: Void RewrapException(System.Exception, System.Xaml.IXamlLineInfo, System.Uri)
    Source: PresentationFramework

    at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
    at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
    at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
    at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
    at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
    at Unbroken.LaunchBox.Windows.Desktop.App.ManageInvalidMapping(Object , Object )
    at Unbroken.LaunchBox.Windows.Desktop.App.InitializeComponent()
    at AdvisorValue.OrderInvalidPool(Object , AdvisorValue )
    at Unbroken.LaunchBox.Windows.Desktop.Program.Main(String[] args)

    Recent Log:

    6:15:18 PM Exception

  2. Log in to comment