C# AutoDesk Forge Inventor-未指定错误(HRESULT异常:0x80004005(E_失败))

C# AutoDesk Forge Inventor-未指定错误(HRESULT异常:0x80004005(E_失败)),c#,autodesk-forge,autodesk-inventor,C#,Autodesk Forge,Autodesk Inventor,使用Inventor在AutoDesk Forge上运行AppBundle时出现此错误 即使直接使用AutoDesk网站上的默认AppBundle模板。经过两天的反复尝试(这根本不是一条有用的消息),我还是找到了原因 我使用的Inventor文件需要比我在AppBundle/Activity中指定的更高版本的Inventor。 默认情况下,模板配置为“AutoDesk.Inventor+24”,而我的文件需要“AutoDesk.Inventor+2021”(更高版本) 互联网上几乎没有有用的信息

使用Inventor在AutoDesk Forge上运行AppBundle时出现此错误


即使直接使用AutoDesk网站上的默认AppBundle模板。

经过两天的反复尝试(这根本不是一条有用的消息),我还是找到了原因

我使用的Inventor文件需要比我在AppBundle/Activity中指定的更高版本的Inventor。

默认情况下,模板配置为“AutoDesk.Inventor+24”,而我的文件需要“AutoDesk.Inventor+2021”(更高版本)

互联网上几乎没有有用的信息,所以希望这篇文章能为下一个家伙节省一些时间

[03/07/2021 07:14:00] InventorCoreConsole.exe Information: 0 : InventorCoreConsole.exe: 25.0.18300.0
[03/07/2021 07:14:01] InventorCoreConsole.exe Information: 0 : Starting Inventor Server.
[03/07/2021 07:14:01] InventorCoreConsole.exe Information: 0 : Started Inventor Server 2020.3 (Build 243373000, 373) (24, 30, 37300, 0000)
[03/07/2021 07:14:01] InventorCoreConsole.exe Information: 0 : Loading plug-in: iLogic Plugin
[03/07/2021 07:14:01]     InventorCoreConsole.exe Information: 0 : Activating plug-in: iLogic Plugin
[03/07/2021 07:14:01]     iLogic Plugin: initializing...
[03/07/2021 07:14:01] InventorCoreConsole.exe Information: 0 : Opening document: T:\Aces\Jobs\f4538135c02546e8871c3cf798795a13\input Invisible mode: False
[03/07/2021 07:14:01] Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))