playingmax Posted September 7 Share Posted September 7 (Inner Exception) Method 'OnQuotaRequest' in type 'Unbroken.LaunchBox.Windows.Desktop.WelcomeRequestHandler' from assembly 'LaunchBox, Version=13.15.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. App: LaunchBox Version: 13.15 Theme: Default Type: System.TypeLoadException Site: System.Type[] GetExportedTypes() Source: System.Private.CoreLib at System.Reflection.RuntimeAssembly.GetExportedTypes() at System.Reflection.Assembly.get_ExportedTypes() at Caliburn.Micro.ExtensionMethods.GetExportedTypes(Assembly assembly) at Caliburn.Micro.AssemblySourceCache.<>c.<.cctor>b__4_0(Assembly assembly) at Caliburn.Micro.BootstrapperBase.<>c__DisplayClass7_0.<Initialize>b__0(Assembly assembly) at Caliburn.Micro.AssemblySourceCache.<>c.<Install>b__3_3(Assembly a) at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext() at Caliburn.Micro.EnumerableExtensions.Apply[T](IEnumerable`1 enumerable, Action`1 action) at Caliburn.Micro.AssemblySourceCache.<>c.<Install>b__3_0(Object s, NotifyCollectionChangedEventArgs e) at System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e) at Caliburn.Micro.BindableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e) at Caliburn.Micro.BindableCollection`1.<>c__DisplayClass18_0.<AddRange>b__0() at Caliburn.Micro.XamlPlatformProvider.OnUIThread(Action action) at Caliburn.Micro.BindableCollection`1.OnUIThread(Action action) at Caliburn.Micro.BindableCollection`1.AddRange(IEnumerable`1 items) at Caliburn.Micro.BootstrapperBase.StartRuntime() at Caliburn.Micro.BootstrapperBase.Initialize() 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.InitializeComponent() at Unbroken.LaunchBox.Windows.Desktop.Program.Main(String[] args) Recent Log: 12:24:23 PM Exception Quote Link to comment Share on other sites More sharing options...
Solution C-Beats Posted September 9 Solution Share Posted September 9 This error indicates your files are mismatched. Run the installer over the current directory (make sure not to point to \\LaunchBox\LaunchBox) and it should correct this. Quote Link to comment Share on other sites More sharing options...
playingmax Posted September 25 Author Share Posted September 25 On 9/9/2024 at 8:49 AM, C-Beats said: This error indicates your files are mismatched. Run the installer over the current directory (make sure not to point to \\LaunchBox\LaunchBox) and it should correct this. Thanks. this worked!!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.