Hi,
Since a few weeks we work in a Windows 10/VM Ware-environment with out modelers (various versions) installed locally. Yesterday (august 1) we had a Windows 10-update and all of a sudden things have gone very bad:
1 - I cannot start the Modeler anymore (for various Mendix-versions), giving the following errors:
================
SimpleInjector.ActivationException: The registered delegate for type IMainForm threw an exception. The registered delegate for type IModelerGui threw an exception. The directory name is invalid.
---> SimpleInjector.ActivationException: The registered delegate for type IModelerGui threw an exception. The directory name is invalid.
---> System.IO.IOException: The directory name is invalid.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Path.InternalGetTempFileName(Boolean checkHost)
at Mendix.Modeler.Projects.SystemModule.LoadSystemModule() in C:\jenkins\workspace\Modeler-Build\Mendix.Modeler.Core\Projects\Modules\SystemModule.cs:line 69
at Mendix.Modeler.ModelerCore..ctor(IAssemblySource assemblySource, IProjectManager projectManager) in C:\jenkins\workspace\Modeler-Build\Mendix.Modeler.Core\Core\ModelerCore.cs:line 54
at Mendix.Modeler.ModelerGui..ctor(IAssemblySource assemblySource, IProjectManager projectManager, IDeployer deployer, IDevSettingsProvider devSettingsProvider, IModelerSettingsManager modelerSettingsManager, IEnvironmentProvider environmentProvider, ISprintrConnector sprintrConnector, IDocumentControlManager documentControlManager, IGuiThreadExecutor guiThreadExecutor, IStorageUI storageUI, ISvnConnector svnConnector, ISignInManager signInManager, IApplicationManager applicationManager, IRevUpdater revUpdater, IDockControlManager dockControlManager, ILocalRunner localRunner, IProblemsChecker problemsChecker) in C:\jenkins\workspace\Modeler-Build\Mendix.Modeler.Core\Core\Gui\ModelerGui.cs:line 485
at lambda_method(Closure )
at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase`1.CreateInstanceWithNullCheck()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase`1.BuildExpression()
at SimpleInjector.Registration.BuildExpression(InstanceProducer producer)
at SimpleInjector.InstanceProducer.BuildExpressionInternal()
at System.Lazy`1.CreateValue()
at System.Lazy`1.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.SingletonLifestyleRegistrationBase`1.CreateInstanceWithNullCheck()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistrationBase`1.BuildExpression()
at SimpleInjector.Registration.BuildExpression(InstanceProducer producer)
at SimpleInjector.InstanceProducer.BuildExpressionInternal()
at System.Lazy`1.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.GetInstance[TService]()
at Mendix.Modeler.WindowsGui.App.InitModeler() in C:\jenkins\workspace\Modeler-Build\Mendix.Modeler.WindowsGui\App.xaml.cs:line 141
================
2 - Also, after uninstalling a Modeler, reinstalling it doesn't work anymore (I do have installation rights): after giving permission, the installation process starts running, a few screens pop-up and disappear immediately and than the whole installation process seems to be 'dead' but still keeps running...
How to resolve these problems?
Kind regards,
René van der Meer