I've added it to references, etc.
Getting the following error...
Strategy 'NNTrain': Error on calling 'OnStateChange' method: Could not load file or assembly 'NNT, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
I have found in some other threads that in NT8 the DLL must be .Net 4.5. Is that correct?
My DLL is .Net 2.0 and unfortunately the software I use is out of production (Peltarion Synapse) and I cannot update it to produce a DLL that's more recent than 2.0
If this is the case, that NT8 is restricted to 4.5, are there any other way's to get that .Net2.0 working that someone could recommend?
Alternatively I'll have to migrate to Azure ML. Could some one point me to some basic code where they reference azure ML as part of a strategy. Looking for basic code to understand how you would connect.

Comment