Message 1 of 14
new NavisworksApplication() throwing Autodesk.Navisworks.Api.Automation.AutomationException: Failed to startup Navisworks: -2147024703 in examples
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a fresh installation of Navisworks 2021 and the Navisworks 2021 SDK. I've been trying to get the example projects to work, however, I'm getting an unhandled exception on the new NavisworkApplication() statement.
Any help in resolving this would be greatly appreciated.
Thanks
C:\Program Files\Autodesk\Navisworks Manage 2021\api\NET\examples\Automation\CallExaminer\Debug>CallExaminer
Unhandled Exception: Autodesk.Navisworks.Api.Automation.AutomationException: Failed to startup Navisworks: -2147024703
at Autodesk.Navisworks.Api.Automation.NavisworksApplication.Init(Boolean runningInstance)
at CallExaminer.Program.XMain(String[] args) in C:\Program Files\Autodesk\Navisworks Manage 2021\api\NET\examples\Automation\CallExaminer\Program.cs:line 59
at CallExaminer.Program.Main(String[] args) in C:\Program Files\Autodesk\Navisworks Manage 2021\api\NET\examples\Automation\CallExaminer\Program.cs:line 50