Error while opening the mendix modeler 5.20

0
Hi All, Need help to understand why I am getting below error message. I tried to uninstall and install modeler couple of times, but still getting the same error. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) at System.Reflection.Assembly.GetTypes() at Mendix.Modeler.Plugins.AssemblyTypesProvider.<gettypes>b0(Assembly a) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\Plugins\AssemblyTypesProvider.cs:line 22 at System.Linq.Enumerable.<selectmanyiterator>d142.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at Mendix.Modeler.Plugins.AssemblyTypesProvider.GetTypes() in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\Plugins\AssemblyTypesProvider.cs:line 22 at Mendix.Modeler.Utility.DIContainer.ContainerFactory.RegisterTypes(Container container) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Utility\DIContainer\ContainerFactory.cs:line 50 at Mendix.Modeler.Utility.DIContainer.ContainerFactory.CreateContainer() in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Utility\DIContainer\ContainerFactory.cs:line 43 at Mendix.Modeler.WindowsGui.Program.InitModeler() in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.WindowsGui\Program.cs:line 99 System.IO.FileNotFoundException: Could not load file or assembly 'SharpSvn, Version=1.7019.3459.103, Culture=neutral, PublicKeyToken=d729672594885a28' or one of its dependencies. The specified module could not be found. File name: 'SharpSvn, Version=1.7019.3459.103, Culture=neutral, PublicKeyToken=d729672594885a28' ---> System.IO.FileNotFoundException: Could not load file or assembly 'SharpSvn.dll' or one of its dependencies. The specified module could not be found. File name: 'SharpSvn.dll' at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark) at System.Reflection.Assembly.LoadFrom(String assemblyFile) at Mendix.Modeler.WindowsGui.Program.CurrentDomainOnAssemblyResolve(Object sender, ResolveEventArgs args) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.WindowsGui\Program.cs:line 61 at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName) System.IO.FileNotFoundException: Could not load file or assembly 'SharpSvn.dll' or one of its dependencies. The specified module could not be found. File name: 'SharpSvn.dll' at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark) at System.Reflection.Assembly.LoadFrom(String assemblyFile) at Mendix.Modeler.WindowsGui.Program.CurrentDomainOnAssemblyResolve(Object sender, ResolveEventArgs args) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.WindowsGui\Program.cs:line 61 at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName) Thanks,
asked
1 answers
0

It looks like your installation is corrupt. Can you check the following location?

C:\Program Files\Mendix\5.20.0\modeler

It should contain two folders called 'x64' and 'x86' and they should both contain seven files including 'SharpSvn.dll'.

answered