I too am experiencing this issue. I hadn't posted yet as I was trying a bunch of things first to eliminate local configuration issues. I've tried this on 2 separate systems with the same results: exception thrown when the Initialize method is called.
Navisworks seems to run fine on its own, the only issue for me is with automation
Systems: Windows 10 enterprise, Windows 10Pro
Navisworks Simulate 2024
Navisworks 2023 SDK from here: https://www.autodesk.com/developer-network/platform-technologies/navisworks
The examples that come with the SDK are failing as-is without modification when calling:
Autodesk.Navisworks.Api.Controls.ApplicationControl.Initialize();
There is one simple example "FileManipulation" that doesn't error as it is not calling Initialize.
Exception details:
System.Runtime.InteropServices.SEHException
StackTrace " at LcOwApplication.InitialiseApp(LcOwApplicationAppConfig* )\r\n at Autodesk.Navisworks.Internal.ApiImplementation.ApplicationImpl.InitialiseApi(ApplicationConfig config)\r\n at Autodesk.Navisworks.Api.Controls.ApplicationControl.InitializeImpl()\r\n at ControlsAndCOM.Program.XMain() in C:\\Program Files\\Autodesk\\Navisworks Simulate 2024\\api\\NET\\examples\\Basic Examples\\CSharp\\ControlsAndCOM\\Program.cs:line 69\r\n at ControlsAndCOM.Program.Main(String[] args) in C:\\Program Files\\Autodesk\\Navisworks Simulate 2024\\api\\NET\\examples\\Basic Examples\\CSharp\\ControlsAndCOM\\Program.cs:line 54"
TargetSite {Void LcOwApplication.InitialiseApp(LcOwApplicationAppConfig*)} System.Reflection.MethodBase {System.Reflection.RuntimeMethodInfo}