- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Greetings everyone,
I have created a plugin (DLL) for AutoCAD and I'm loading it via the bundle xml. I'm having a problem getting it to find the icon associated with the new palette my plugin creates and displays. I get a "Could not find file" "Unhandled exception". The "icon" attribute of the ApplicationPackage element is set to "./Contents/Resources/SmallLaunch.ico" and it is indeed located there. However, the message indicates that it is looking in the users' "Document" folder. If I place a copy of the icon there, then the application loads and the icon shows up. I'm guessing I have something awry in my bundle xml. Has anyone ever seen (and fixed) this before?
Here's the exception:
Here's the xml:
Solved! Go to Solution.