- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Recently I've finished developing some Add-in for Autodesk Inventor (VB.Net).
But after series of last-minute improvements its Release-version DLL fails to load (mutually) while Debug-version DLL seems to work just fine.
Fast search showed that I'm not the first developer to suffer the issue which is sometimes called "Release-Only bug", but I failed to find a solution.
I've even added line
MessageBox.Show(1)
as a first line of ApplicationAddInServer.Activate
As a result I do see the message "1" while using Debug version but not when using the Released (Inventor shows it as unloaded).
Any ideas on how to localize/solve the issue?
Thanks in advance.
PS:
I'm using Visual Studio Community 2022 (current build is 17.6.3).
PPS:
Sorry but I can't share the add-in source code.
Please vote for Inventor-Idea Text Search within Option Names
Solved! Go to Solution.