trying to run a .vb journal in a journal
trying to run a .vb journal in a journal
(OP)
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 --> .net
Dim s As Session = Session.GetSession()
Dim nada() As Object = {}
s.Execute("C:\journal.vb", "NXJournal", "Main", nada) 




RE: trying to run a .vb journal in a journal
Looks like you will only be able to do it if you compile your journal to a .dll file first.
www.nxjournaling.com