Hello,
I had an issue with my previous HDD so I had to re-install everything from scratch. But whenever I try to launch Launchbox, it crash without ending the boot sequence with the following log:
(Inner Exception)
Impossible de charger le fichier ou l'assembly 'System.Reflection, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ou une de ses dépendances. La définition trouvée du manifeste de l'assembly ne correspond pas à la référence de l'assembly. (Exception de HRESULT : 0x80131040)
App: LaunchBox
Version: 10.9
Type: System.IO.FileLoadException
Site: Void Initialize()
Source: Caliburn.Micro.Platform
at Caliburn.Micro.BootstrapperBase.Initialize()
at Unbroken.LaunchBox.Windows.Desktop.Bootstrapper..ctor()
(Outer Exception)
'L'invocation du constructeur sur le type 'Unbroken.LaunchBox.Windows.Desktop.Bootstrapper' qui correspond aux contraintes de liaison spécifiées a levé une exception.' numéro de ligne '10' et position de ligne '22'.
App: LaunchBox
Version: 10.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 (App )
at Unbroken.LaunchBox.Windows.Desktop.App.InitializeComponent()
at (String[] )
at Unbroken.LaunchBox.Windows.Desktop.Program.Main(String[] args)
Recent Log:
13:28:56 Exception
I've checked .NET but everything seems to be OK.
Thank you in advance for any help you could provide me with.