WaywardLearner Posted June 26, 2019 Share Posted June 26, 2019 (edited) I have tried installing it three times with and without admin privileges on my computer and it throws the same error message each time I try to start it for the first time both the auto start after install and manual through the shortcut and the .exe file. here is the error message. (Inner Exception) (Inner Exception) Could not load file or assembly 'System.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. App: LaunchBox Version: 9.9 Type: System.IO.FileNotFoundException Site: Void .cctor() Source: Caliburn.Micro.Platform.Core at Caliburn.Micro.AssemblySourceCache..cctor() (Outer Exception) The type initializer for 'Caliburn.Micro.AssemblySourceCache' threw an exception. App: LaunchBox Version: 9.9 Type: System.TypeInitializationException Site: Void Initialize() Source: Caliburn.Micro.Platform at Caliburn.Micro.BootstrapperBase.Initialize() at Unbroken.LaunchBox.Desktop.Bootstrapper..ctor() (Outer Exception) The invocation of the constructor on type 'Unbroken.LaunchBox.Desktop.Bootstrapper' that matches the specified binding constraints threw an exception. App: LaunchBox Version: 9.9 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 Unbroken.LaunchBox.Desktop.App.InitializeComponent() at (String[] ) at Unbroken.LaunchBox.Desktop.Program.Main(String[] args) Recent Log: 10:45:24 PM Exception Edited June 26, 2019 by WaywardLearner Quote Link to comment Share on other sites More sharing options...
Retro808 Posted June 28, 2019 Share Posted June 28, 2019 That error is beyond my expertise. I will tag @Jason Carr Quote Link to comment Share on other sites More sharing options...
Jason Carr Posted June 28, 2019 Share Posted June 28, 2019 I believe this is unfortunately a case of a corrupted .NET Framework install. It's unable to find or load System.Collections which is an integral part of the .NET Framework. Try reinstalling the .NET Framework 4.7; hopefully that will fix the issue. Quote Link to comment Share on other sites More sharing options...
WaywardLearner Posted June 28, 2019 Author Share Posted June 28, 2019 (edited) THANK YOU I will try that now! Update: That fixed it! thank you again! Edited June 28, 2019 by WaywardLearner 1 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.