Problem on starting Mendix Studio Pro 9.23.0

1
I installed Mendix Studio Pro two weeks ago and was fine with using it.  Today I tried to open Mendix Studio Pro and there is a message below.  I’d be appreciated if tips are given.    System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Could not load file or assembly 'SharpSvn, Version=1.14001.156.0, Culture=neutral, PublicKeyToken=d729672594885a28'.  Could not load file or assembly 'SharpSvn, Version=1.14001.156.0, Culture=neutral, PublicKeyToken=d729672594885a28'.     at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)    at System.Reflection.Assembly.GetTypes()    at Mendix.Modeler.Utility.DIContainer.AssemblyTypesProvider.GetTypes() in Mendix.Modeler.Utility\DIContainer\AssemblyTypesProvider.cs:line 29    at Mendix.Modeler.Theming.StylesInitializer.InitializeStyleTypes(ITypesProvider typesProvider) in Mendix.Modeler.Theming\StylesInitializerAttribute.cs:line 44    at Mendix.Modeler.MainWindow.Program.<>c.<InitStyling>b__18_0() in Mendix.Modeler.MainWindow\Program.cs:line 216    at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()    at System.Windows.Threading.DispatcherOperation.InvokeImpl() --- End of stack trace from previous location ---    at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)    at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)    at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)    at System.Windows.Threading.Dispatcher.Invoke(Action callback)    at Eto.Wpf.Forms.ApplicationHandler.InvokeIfNecessary(Action action)    at Eto.Wpf.Forms.ApplicationHandler.Invoke(Action action)    at Eto.Forms.Application.Invoke(Action action)    at Mendix.Modeler.MainWindow.Program.InitStyling() in Mendix.Modeler.MainWindow\Program.cs:line 216    at Mendix.Modeler.MainWindow.Program.WithPerformanceLoggingDo(Int32 id, String description, Action action, Int32 threadId, Int32 depth) in Mendix.Modeler.MainWindow\Program.cs:line 268    at Mendix.Modeler.MainWindow.Program.<>c__DisplayClass17_0.<InitApplicationAsync>b__0() in Mendix.Modeler.MainWindow\Program.cs:line 182    at System.Threading.Tasks.Task.InnerInvoke()    at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)    at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location ---    at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)    at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location ---    at Mendix.Modeler.MainWindow.Program.InitApplicationAsync() in Mendix.Modeler.MainWindow\Program.cs:line 193 System.IO.FileNotFoundException: Could not load file or assembly 'SharpSvn, Version=1.14001.156.0, Culture=neutral, PublicKeyToken=d729672594885a28'.  File name: 'SharpSvn, Version=1.14001.156.0, Culture=neutral, PublicKeyToken=d729672594885a28' System.IO.FileNotFoundException: Could not load file or assembly 'SharpSvn, Version=1.14001.156.0, Culture=neutral, PublicKeyToken=d729672594885a28'.  File name: 'SharpSvn, Version=1.14001.156.0, Culture=neutral, PublicKeyToken=d729672594885a28'
asked
1 answers
4

An answer from this thread:

 

“For Windows: It was caused by Microsoft Visual C++ Redistributables, I re-installed the latest and it solved the problem.

It happened by another program removing the latest updated and installing an old updated version of the redistributable, specifically 2015-2019 instead of 2015-2022.

Re-installing 2015-2022(which was the latest updated version at the time) solved it and Studio Pro started working.”

answered