Menu

problem with ExpertCoder.ExpertSystem.dll

Help
2006-07-06
2013-04-17
  • Vicente García

    Vicente García - 2006-07-06

    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

     
    • Vicente García

      Vicente García - 2006-07-06

      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

       
    • Rodolfo Campero

      Rodolfo Campero - 2006-07-07

      Thanks for pointing that out.
      I'll look into this error this weekend.
      Best regards,
      Rodolfo

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.