Sorry for my poor English. I am working with ExpertCoder and I have downloaded the source code of the library "ExpertSystem". Moreover I have the last version of the ExpertCoder but the problems begin when I compile the library "ExpertSysten" without any changes (this should work) but in fact if I compile and use this new compilation I get an error, probably in this line:
This line be situated in the file "Expert.cs" but I think that it is a bit rare because I don't make any changes but the error is: (when I execute ecengine.exe):
hi!
I am going to answer to myself :) When I am getting crazy I realised that the problem wasn't in ExpertSystem.dll. In the example file Class2Form.cs" there is:
[ES.Parameter("output path", "The directory where the files will be created", true)]
To be right:
[ES.Parameter("SOMETHING", "output path", "The directory where the files will be created", true)]
This is because the form in which ParameterAttribute.css is defined.
regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for my poor English. I am working with ExpertCoder and I have downloaded the source code of the library "ExpertSystem". Moreover I have the last version of the ExpertCoder but the problems begin when I compile the library "ExpertSysten" without any changes (this should work) but in fact if I compile and use this new compilation I get an error, probably in this line:
object[] paramArray = mi.GetCustomAttributes(typeof(int), true);
This line be situated in the file "Expert.cs" but I think that it is a bit rare because I don't make any changes but the error is: (when I execute ecengine.exe):
Unhandled Exception: System.MissingMethodException: Method not found: 'Void Expe
rtCoder.ExpertSystem.ParameterAttribute..ctor(System.String, System.String, Bool
ean)'.
The problem doesn't occur with others libraries of ExpertCoder. Has anybody anyidea?
Thanks in advance
hi!
I am going to answer to myself :) When I am getting crazy I realised that the problem wasn't in ExpertSystem.dll. In the example file Class2Form.cs" there is:
[ES.Parameter("output path", "The directory where the files will be created", true)]
To be right:
[ES.Parameter("SOMETHING", "output path", "The directory where the files will be created", true)]
This is because the form in which ParameterAttribute.css is defined.
regards
Thanks for pointing that out.
I'll look into this error this weekend.
Best regards,
Rodolfo