You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In trying to include the dll in another project, it would say it was corrupt, so I downloaded and compiled from source. That went fine, but when trying to compile the application that references the DLL (a .net 4.8 app), I get 'RunNetwork' is not supported by the language. Tried compiling at x64, etc. Can't seem to get it to work.
The text was updated successfully, but these errors were encountered:
Hi!
You may try to change NeuralNetwork.csproj TargetFramework version to .net 4.8 or .net standard 2.0 (better in properties window, not directly in the file)
If it helps, you may pull request the changes to the main branch, I will approve them if everything is fine.
Didn't expect this project to still be relevant :)
In trying to include the dll in another project, it would say it was corrupt, so I downloaded and compiled from source. That went fine, but when trying to compile the application that references the DLL (a .net 4.8 app), I get 'RunNetwork' is not supported by the language. Tried compiling at x64, etc. Can't seem to get it to work.
The text was updated successfully, but these errors were encountered: