Inventor 2022:尝试连接到 Vault 时,Inventor Vault Addin 抛出错误
I use Inventor 2022. I made some Datastandard customizations and when I try to open the Vault connection through the Vault Addin, I get this error
Trying it again, I get this error
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决方案:当您的 Datastandard 脚本中的代码行位于函数之外时,就会发生错误。每个代码行都必须位于函数内,这样它才能工作。
Solution: The error occures when in your Datastandard scripts you have codelines outside the functions. Every code line must be inside a function, and it will work.