Error 12/4/2012 4:35:37 PM ReflectionSin: failed to load assembly E:\cmdshell\bin\debug\cmdshell.dll at e:\cmdshell\bin\debug\cmdshell.dll, error: System.IO.FileNotFoundException: Could not load file or assembly 'file:///e:\cmdshell\bin\debug\cmdshell.dll' or one of its dependencies. The system cannot find the file specified.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok, I think I found the problem. Now only coming up with a solution...
Thanks a bunch for reporting this. I'll see if I can try to move this to a ticket.
Scott, an extra question:
At which location did you install the application? From the error it appears as-if it was installed in the root of the e drive? Can that be correct?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The latest release (1.0.9) should fix the plug-in load problem. Basically, I updated the projects manually so that they point to the lib located in the app directory instead of my local dev path.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm getting a:
Error 12/4/2012 4:35:37 PM ReflectionSin: failed to load assembly E:\cmdshell\bin\debug\cmdshell.dll at e:\cmdshell\bin\debug\cmdshell.dll, error: System.IO.FileNotFoundException: Could not load file or assembly 'file:///e:\cmdshell\bin\debug\cmdshell.dll' or one of its dependencies. The system cannot find the file specified.
Thanks for the feedback
Is this for the 'AiciOnline' demo?
Ok, I think I found the problem. Now only coming up with a solution...
Thanks a bunch for reporting this. I'll see if I can try to move this to a ticket.
Here's the link to the ticket: https://sourceforge.net/p/nnd/tickets/1/
Last edit: Bragi 2012-12-05
Scott, an extra question:
At which location did you install the application? From the error it appears as-if it was installed in the root of the e drive? Can that be correct?
The latest release (1.0.9) should fix the plug-in load problem. Basically, I updated the projects manually so that they point to the lib located in the app directory instead of my local dev path.
I installed it to E:\neural network designer and I was getting the error on nearly all the demos.
Thank you, figured it'd be something simple, hehe