Startup problems

0
After installing mendix 6.8 and starting the program, I get the following exception: SimpleInjector.ActivationException: The registered delegate for type IMainForm threw an exception. The registered delegate for type IGuiPluginManager threw an exception. The registered delegate for type IGuiPlugin threw an exception. Could not load file or assembly 'CefSharp.Core.dll' or one of its dependencies. Kan opgegeven module niet vinden. ---> SimpleInjector.ActivationException: The registered delegate for type IGuiPluginManager threw an exception. The registered delegate for type IGuiPlugin threw an exception. Could not load file or assembly 'CefSharp.Core.dll' or one of its dependencies. Kan opgegeven module niet vinden. ---> SimpleInjector.ActivationException: The registered delegate for type IGuiPlugin threw an exception. Could not load file or assembly 'CefSharp.Core.dll' or one of its dependencies. Kan opgegeven module niet vinden. ---> System.IO.FileNotFoundException: Could not load file or assembly 'CefSharp.Core.dll' or one of its dependencies. Kan opgegeven module niet vinden. at Mendix.Modeler.Guidance.CefManager..ctor(IEnumerable1 customSchemeHandlers, IApplicationManager applicationManager, IOptionProvider optionProvider, IModelerVersionProvider modelerVersionProvider) at lambda_method(Closure ) at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase1.CreateInstanceWithNullCheck() at System.Lazy1.CreateValue() at System.Lazy1.LazyInitValue() at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase1.BuildExpression() at SimpleInjector.Registration.BuildExpression(InstanceProducer producer) at SimpleInjector.InstanceProducer.BuildExpressionInternal() at System.Lazy1.CreateValue() at System.Lazy1.LazyInitValue() at SimpleInjector.InstanceProducer.BuildInstanceCreator() at SimpleInjector.InstanceProducer.GetInstance() --- End of inner exception stack trace --- at SimpleInjector.InstanceProducer.GetInstance() at SimpleInjector.Advanced.ContainerControlledCollection1.<getenumerator>d__7.MoveNext() at SimpleInjector.Advanced.ContainerControlledCollection1.System.Collections.Generic.ICollection<TService>.CopyTo(TService[] array, Int32 arrayIndex) at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at Mendix.Modeler.Plugins.Gui.GuiPluginManager..ctor(IEnumerable1 guiPlugins) in C:\jenkins\workspace\Modeler-Build\Mendix.Modeler.Core\Plugins\Gui\GuiPluginManager.cs:line 19 at lambda_method(Closure ) at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase1.CreateInstanceWithNullCheck() at System.Lazy1.CreateValue() at System.Lazy1.LazyInitValue() at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase1.BuildExpression() at SimpleInjector.Registration.BuildExpression(InstanceProducer producer) at SimpleInjector.InstanceProducer.BuildExpressionInternal() at System.Lazy1.CreateValue() at System.Lazy1.LazyInitValue() at SimpleInjector.InstanceProducer.BuildExpression() --- End of inner exception stack trace --- at SimpleInjector.InstanceProducer.BuildExpression() at SimpleInjector.ContainerOptions.BuildParameterExpression(ParameterInfo parameter) at SimpleInjector.Registration.BuildConstructorParameters(ConstructorInfo constructor) at SimpleInjector.Registration.BuildNewExpression(Type serviceType, Type implementationType) at SimpleInjector.Registration.BuildTransientExpression[TService,TImplementation]() at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase1.CreateInstanceWithNullCheck() at System.Lazy1.CreateValue() at System.Lazy1.LazyInitValue() at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase1.BuildExpression() at SimpleInjector.Registration.BuildExpression(InstanceProducer producer) at SimpleInjector.InstanceProducer.BuildExpressionInternal() at System.Lazy1.CreateValue() at System.Lazy`1.LazyInitValue() at SimpleInjector.InstanceProducer.BuildInstanceCreator() at SimpleInjector.InstanceProducer.GetInstance() --- End of inner exception stack trace --- at SimpleInjector.InstanceProducer.GetInstance() at SimpleInjector.Container.GetInstanceTService at Mendix.Modeler.WindowsGui.App.InitModeler() in C:\jenkins\workspace\Modeler-Build\Mendix.Modeler.WindowsGui\App.xaml.cs:line 141
asked
3 answers
1

This usually means that one of the dependencies of Studio Pro is missing. For Mendix 8, the following components are necessary:

  • Microsoft Visual C++ 2010 SP1 Redistributable Package
  • Microsoft Visual C++ 2015 Redistributable Package
     

For the links, see https://docs.mendix.com/howto/general/install#troubleshooting

I think that after installing these two dependencies, Studio Pro will start again. It is still a mystery to us why on some computers this does not happen automatically...

answered
0

so recently when we are install mendix 7.13, we have the same problem.

does anyone have a solution?

answered
0

Same problem. I tried with different versions, 8.10.0, 8.10.3 and 8.12.3 and found always the same error.

Any help?

answered