it sounds like the project setup is fine and if it compiled and made an output it sounds like that part was successful. Make sure you have compiled in the NinjaScript editor after adding the references.
The intelleprompt may not pick up your custom namespaces or types so you may need to just type out some test code in the editor and then compile to make sure it compiles or throws an error. If you are still having difficulty in generating a .dll from a external visual studio project I would suggest opening a new thread for that specifically instead of replying here. You can leave out that you are using ml.net in your custom project and just make a post that you had trouble with the process you mentioned. It would also be good to see some test code for what you are trying to export to get a better idea of how that should show up in the platform.

Comment