Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
When I add reference to Fann.net.dll I get the following exception
C#
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll

Could not load file or assembly 'Fann.Net.dll' or one of its dependencies. The specified module could not be found.
I am using a 64 bit system.
Posted
Comments
ZurdoDev 30-Nov-15 11:52am    
Does it require any other dlls?
Richard Deeming 30-Nov-15 12:08pm    
There are lots of messages on their forums regarding this problem, but no answers.

Try changing the platform to "x86" to compile a 32-bit program.
Member 12081613 30-Nov-15 12:13pm    
Tried...Didnt work
Sinisa Hajnal 1-Dec-15 3:05am    
Maybe you have to register it in GAC?
Member 12081613 1-Dec-15 7:41am    
Sorry What?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900