Mendix modeller issue

0
When I am trying to open this modeler, I am encountering this issue. I couldn't able to open any mendix modeler version. I have tried even disk cleanup and installing again but it didn't worked. So, Please help me. Thanks in advance. SimpleInjector.ActivationException: The registered delegate for type IMainForm threw an exception. The registered delegate for type IDashboardManager threw an exception. The registered delegate for type IDashboardViewModel threw an exception. C:\Users\hp\AppData\LocalMendix\svnconfigservers:1: Section header expected ---> SimpleInjector.ActivationException: The registered delegate for type IDashboardManager threw an exception. The registered delegate for type IDashboardViewModel threw an exception. C:\Users\hp\AppData\LocalMendix\svnconfigservers:1: Section header expected ---> SimpleInjector.ActivationException: The registered delegate for type IDashboardViewModel threw an exception. C:\Users\hp\AppData\LocalMendix\svnconfigservers:1: Section header expected ---> SharpSvn.SvnException: C:\Users\hp\AppData\LocalMendix\svnconfigservers:1: Section header expected at SharpSvn.SvnClientContext.LoadConfiguration(String path, Boolean ensurePath) at SharpSvn.SvnClientContext.LoadConfiguration(String path) at Mendix.Modeler.VersionControl.DefaultSvnClientFactory.CreateClient() in c:\jenkins\workspace\AppStudio-Modeler\srcMendix.Modeler.Core\VersionControl\DefaultSvnClientFactory.cs:line 38 at Mendix.Modeler.VersionControl.SvnConnector.ClientDoT at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at Mendix.Modeler.WindowsGui.Dashboard.MyAppsViewModel.UpdateApps() in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.WindowsGui\Dashboard\ViewModels\MyAppsViewModel.cs:line 176 at Mendix.Modeler.WindowsGui.Dashboard.MyAppsViewModel..ctor(IModelerSettingsManager settingsManager, ISprintrConnector sprintrConnector, IMxIDConnector mxIDConnector) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.WindowsGui\Dashboard\ViewModels\MyAppsViewModel.cs:line 48 at Mendix.Modeler.WindowsGui.Dashboard.DashboardViewModel..ctor(IModelerSettingsManager settingsManager, ISprintrConnector sprintrConnector, IMxIDConnector mxIDConnector, IDashboardDataRetriever dashboardDataRetriever) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.WindowsGui\Dashboard\ViewModels\DashboardViewModel.cs:line 30 at lambda_method(Closure ) at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase1.CreateInstanceWithNullCheck() at System.Lazy1.CreateValue() at System.Lazy1.LazyInitValue() at System.Lazy1.get_Value() 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 System.Lazy1.get_Value() at SimpleInjector.InstanceProducer.BuildExpression() --- End of inner exception stack trace --- at SimpleInjector.InstanceProducer.BuildExpression() at SimpleInjector.Advanced.DefaultConstructorInjectionBehavior.BuildParameterExpression(ParameterInfo parameter) 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.SingletonLifestyleRegistration2.BuildTransientExpression() at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase1.CreateInstanceWithNullCheck() at System.Lazy1.CreateValue() at System.Lazy1.LazyInitValue() at System.Lazy1.getValue() 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 System.Lazy1.getValue() at SimpleInjector.InstanceProducer.BuildExpression() --- End of inner exception stack trace --- at SimpleInjector.InstanceProducer.BuildExpression() at SimpleInjector.Advanced.DefaultConstructorInjectionBehavior.BuildParameterExpression(ParameterInfo parameter) at SimpleInjector.ContainerOptions.BuildParameterExpression(ParameterInfo parameter) at SimpleInjector.Registration.BuildConstructorParameters(ConstructorInfo constructor) at SimpleInjector.Registration.BuildNewExpression(Type serviceType, Type implementationType) at SimpleInjector.Registration.BuildTransientExpressionTService,TImplementation at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration2.BuildTransientExpression() at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase1.CreateInstanceWithNullCheck() at System.Lazy1.CreateValue() at System.Lazy1.LazyInitValue() at System.Lazy1.get_Value() 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 System.Lazy`1.get_Value() 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.Utility.DIContainer.SimpleInjectorContainer.ResolveTService in c:\jenkins\workspace\AppStudio-Modeler\srcMendix.Modeler.Utility\DIContainer\SimpleInjectorContainer.cs:line 21 at Mendix.Modeler.WindowsGui.Program.InitModeler() in c:\jenkins\workspace\AppStudio-Modeler\srcMendix.Modeler.WindowsGui\Program.cs:line 96
asked
1 answers
7

Based on this line:

C:\Users\hp\AppData\LocalMendix\svnconfigservers:1: Section header expected

I believe you have a corrupt file in your user profile. Try deleting this file:

C:\Users\hp\AppData\Local\Mendix\svnconfig\servers

and see if you can open the modeler.

answered