how to convert .vb to .dll without visual studio

Hi

I have recorded a journal (.VB) file now i want to convert to .dll, without visual studio, Is there any convertor or tool avalable,

Thanks in Advance

There is a command line compiler (vbc.exe) that ships with the .net framework. If you search for "compile" in the NX programmer's guide, it will have more info. The link below is for the NX 1899 version.

https://docs.sw.siemens.com/en-US/product/209349590/doc/PL20190701150722...

To the best of my knowledge, you will need an NXOpen .net author license to successfully run your compiled code. The author license will allow you to "sign" the compiled code so that anyone can run it. If the code is not signed, it will not run without the author license present.

Thank You, I will Check