Message 1 of 1
Can not log in to Vault when add-in is loaded
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
After I upgrade my add-in to .net8 and loaded it to Inventor I am unable to log in to Vault trough Vault add-in.
I get error:
Could not load file or assembly 'System.Web.Exstensions, Version=4.0.0.0' The system cannot find the file specified.
This dll is not referenced in my project at all, and I can not find that any of nuget packages is depending on it. When I unload my add-in I can login.
Have anybody had a same or similar issue?