architecture-building-systems / revitpythonshell

An IronPython scripting environment for Autodesk Revit and Vasari
MIT License
494 stars 113 forks source link

Addin deployment - Icons not working #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set largeImage and smallImage attributes in the deployment .xml
2. Deploy Revit addin
3. Install addin

What is the expected output? What do you see instead?
Expected: the icon file defined by largeImage and smallImage becomes the ribbon 
icon file
Instead: attached error when starting Revit (with addin installed). 

What version of the product are you using? On what operating system?
Revit 2014, Windows 7

Please provide any additional information below.
It seems that the search path for the icon files is appended to the .dll file, 
is this to be expected? I notice that the RPS installation doesnt have icon 
files visible, but when I run my addin files deployment .xml the icon files are 
added to the 'output' folder, as if required.

Original issue reported on code.google.com by hisd...@gmail.com on 11 Feb 2014 at 7:56

Attachments:

daren-thomas commented 9 years ago

working.