This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - how to add reference into innovator

lena - Tuesday, March 18, 2014 1:51 AM:

I want to add a  Interop.Excel.dll to innovator.I want to use it to wrtite method, What should I do?



Eric Domke - Tuesday, March 18, 2014 6:47 PM:

You need to modify the method-config.xml file located at {ServerPath}InnovatorInnovatorServermethod-config.xml.  In particular, find the section for ReferencedAssemblies and add the path $(binpath)/Interop.Excel.dll.  Also, make sure that the files are actually present in {ServerPath}InnovatorInnovatorServerin.

  <ReferencedAssemblies>

    <name>$(binpath)/IOM.dll</name>

  </ReferencedAssemblies>

 



lena - Tuesday, March 18, 2014 9:05 PM:

Thanks very much!