Getting and error when trying to load the speckle connector in Revit 2021. Currently using Version 2.17.1 and have it working in 2020 and 2023 any insight on this would be appreciated.
Revit encountered a System.MissingMethodException: Method not found: ‘Serilog.LoggerConfiguration Serilog.Configuration.LoggerSinkConfiguration.Conditional(System.Func2<Serilog.Events.LogEvent,System.Boolean>, System.Action
1<Serilog.Configuration.LoggerSinkConfiguration>)’.
at Serilog.SeqLoggerConfigurationExtensions.Seq(LoggerSinkConfiguration loggerSinkConfiguration, String serverUrl, LogEventLevel restrictedToMinimumLevel, Int32 batchPostingLimit, Nullable1 period, String apiKey, String bufferBaseFilename, Nullable
1 bufferSizeLimitBytes, Nullable1 eventBodyLimitBytes, LoggingLevelSwitch controlLevelSwitch, HttpMessageHandler messageHandler, Nullable
1 retainedInvalidPayloadsLimitBytes, Int32 queueSizeLimit)
at Speckle.Core.Logging.SpeckleLog.CreateConfiguredLogger(String hostApplicationName, String hostApplicationVersion, SpeckleLogConfiguration logConfiguration)
at Speckle.Core.Logging.SpeckleLog.Initialize(String hostApplicationName, String hostApplicationVersion, SpeckleLogConfiguration logConfiguration)
at Speckle.Core.Logging.SpeckleLog.get_Logger()
at Speckle.ConnectorRevit.Entry.SpeckleRevitCommand.Execute(ExternalCommandData commandData, String& message, ElementSet elements)
at apiManagedExecuteCommand(AString* assemblyName, AString* className, AString* vendorDescription, MFCApp* pMFCApp, DBView* pDBView, AString* message, Set<ElementId,std::less,tbb::tbb_allocator>* ids,
Map<AString,AString,std::less,tbb::tbb_allocator<std::pair<const AString,AString>>> >* data, AString* exceptionName, AString* exceptionMessage)