Assembly name restrictions in .addin file

Assembly name restrictions in .addin file

spencer
Advocate Advocate
564 Views
3 Replies
Message 1 of 4

Assembly name restrictions in .addin file

spencer
Advocate
Advocate

Hit a bit of a snag with a custom add-in, long story short the .dll file now resides in a folder than includes a '&' character in the name. The Add In Manager really seem to not like this, and fails to load.

What kind of format is it even supposed to be in/can I get around this?

 

As it stands, the .addin is about like this

<Assembly>C:\Share Location\Thing & Stuff\etc\misc\Addin.dll</Assembly>

Tried several attempts of replacing the '&' with '&amp', '#0x36', and combinations of quotes but haven't gotten anywhere

0 Likes
Accepted solutions (1)
565 Views
3 Replies
Replies (3)
Message 2 of 4

bradeneuropeArthur
Mentor
Mentor
Special characters are not allowed. And also spaces not

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 3 of 4

spencer
Advocate
Advocate

The previous location (That did work without an issue) the Assembly tag was pointing to did have spaces and '()' characters though

0 Likes
Message 4 of 4

chandra.shekar.g
Autodesk Support
Autodesk Support
Accepted solution

@spencer,

 

Yes, "&" character is not recognizing in .addin file. But some other special character like "@" , "()",  Spaces are recognized. You can wish list at idea station using below link.

 

https://forums.autodesk.com/t5/inventor-ideas/idb-p/v1232/tab/most-recent

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes