Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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 '&', '#0x36', and combinations of quotes but haven't gotten anywhere
Solved! Go to Solution.