- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'd like to know if there any generic VB.Net method to replace InputListBox from Autodesk.iLogic.Runtime library?
Context:
Nowadays I'm working on conversion source code of my util (iLogic to VB.Net).
Obviously my Visual Studio solution references contain Autodesk.Inventor.Interop library.
In order to keep InputListBox I've also added Autodesk.iLogic.Runtime library there.
VB.net version of code is now works as expected ... but
... Visual Studio's "Error list" now shows:
Warning BC40059
A reference was created to embedded interop assembly 'Autodesk.Inventor.Interop, Version=27.1.0.0, Culture=neutral, PublicKeyToken=d84147f8b4276564' because of an indirect reference to that assembly from assembly 'Autodesk.iLogic.Runtime, Version=27.10.20800.0, Culture=neutral, PublicKeyToken=null'. Consider changing the 'Embed Interop Types' property on either assembly.
I've played around with the values of "Embed Interop Types" property of those two libs just to find there is only one valid combination: True and False consequently.
I know warnings are not errors and can be ignored ... yet I'd like to know if there anything I can do to remove this warning without changing initial util logics/workflow.
Thanks in advance!
Please vote for Inventor-Idea Text Search within Option Names
Solved! Go to Solution.