Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Imports Inventor and Imports SYSTEM.IO

1 REPLY 1
SOLVED
Reply
Message 1 of 2
Anonymous
683 Views, 1 Reply

Imports Inventor and Imports SYSTEM.IO

Just curious how to fix this issue. I have a vb.net form that allows to change inventor assembly.

I have the following lines:

Imports System
Imports System.IO
Imports System.Type
Imports System.Activator
Imports System.Runtime.InteropServices
Imports Inventor
Imports Excel = Microsoft.Office.Interop.Excel

 When I try to read file using StremReader or use File.Exists statement it`s underlines it and says :

Capture.JPG

 

Am I doing smth wrong?

Thank you

1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

Got it worked if remove Imports SYSTEM and leave IMPORTS SYSTEM.IO

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report