gtalarico / ironpython-stubs

Autocomplete stubs for common IronPython/.NET libraries
Other
248 stars 80 forks source link

Not work on a dll #18

Open DonnellG opened 5 years ago

DonnellG commented 5 years ago

Hello,

I am trying to process some RAM DataAccess dlls. I was only able to get it to work for "Interop.RAMDATAACCESSLib" I attempted others like RAMConcreteColumn and I got this error:

image

Would anyone have any suggests for me? Thank you

gtalarico commented 5 years ago

sorry for the delay but I am no longer maintaining this project. you might need to look at the docs or inspect the dll and see where RAMConcreteColumn is located. Maybe this dll is referencing a class that is not available