- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I cannot get CAMduct to accept a signed AddIn I wrote in C#. Works unsigned.
I have written an ADD-IN using C#. When I don't sign my software, I always get the same dialog box on the start of CAMduct, telling me my software isn't signed, and asking if I want to Load Once, or Load Always. Even if I pick Load Always, CAMduct always asks me on startup the same question.
So, I tried signing my software using the standard signing methods. When I sign my software, I get the above message. And because FabricationAPI.DLL is not strongly named, I cannot sign it. If it were strongly named, I could.
Two questions: 1. Is there a version of FabricationAPI.dll that is strongly named and/or signed? 2. If not, is there a way to get the "Load Always" to work (i.e.,where CAMduct asks me once on first use of my software about trust, then never asks again)?
FYI: I am running with admin rights and full authority on my own machine. I launch CAMduct with admin rights to make sure that's not an issue. Also, I did try adding my addin by key to the codesign section in the windows registry, here: HKEY_CURRENT_USER\Software\Autodesk\Fabrication 2020\CodeSigning.
Any help on this from anyone?
Regards,
--SR