Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

trying to run a .vb journal in a journal

Status
Not open for further replies.

aluminum2

Aerospace
Joined
Apr 27, 2010
Messages
218
Location
US
I have the following code and haven't had luck running this file. the error is nxopen.nxexception: cannot identify image type and nxopen.sesssion.execute.... at changenoteword.main()

Code:
Dim s As Session = Session.GetSession()
Dim nada() As Object = {}  
s.Execute("C:\journal.vb", "NXJournal", "Main", nada)
 
Help file said:
Currently supported library types include a Java jar or class file, or a Common Language Runtime (.NET) dll.

Looks like you will only be able to do it if you compile your journal to a .dll file first.

www.nxjournaling.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top