Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'RunNetwork' is not supported by the language #8

Open
pjsgsy opened this issue May 22, 2024 · 1 comment
Open

'RunNetwork' is not supported by the language #8

pjsgsy opened this issue May 22, 2024 · 1 comment

Comments

@pjsgsy
Copy link

pjsgsy commented May 22, 2024

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.

@C-Coretex
Copy link
Owner

C-Coretex commented May 22, 2024

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants