Hello,
when trying to load any Oxygene solution with the latest version of Elements (.2869), on VS 2022:
And I need to kill VS.
In the activity log, I have:
CreateInstance failed for package [OxygeneProjectPackage]Source: 'mscorlib' Description: Could not load file or assembly 'RemObjects.Elements.VisualStudio.Project.17, Version=12.0.0.2869, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098' or one of its dependencies. The system cannot find the file specified.
System.IO.FileNotFoundException: Could not load file or assembly 'RemObjects.Elements.VisualStudio.Project.17, Version=12.0.0.2869, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098' or one of its dependencies. The system cannot find the file specified. File name: 'RemObjects.Elements.VisualStudio.Project.17, Version=12.0.0.2869, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098'
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Activator.CreateInstance(String assemblyString, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object args, CultureInfo culture, Object activationAttributes, Evidence securityInfo, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(String assemblyName, String typeName) at System.AppDomain.CreateInstance(String assemblyName, String typeName)
Looking at the C:\Program Files (x86)\RemObjects Software\Elements\Bin
folder, I don’t see this file:
Reverting to previous version.