How to succesfully use CLIPSNet

0

I am trying to integrate CLIPS with C#,I have tried adding a reference to CLIPSNet.dll in my project.But when I copy the CLIPSLib.dll to the bin folder and try to bulid the solution I get this error message,

Unhandled exception. System.DllNotFoundException: Unable to load DLL 'CLIPSLib' or one of its dependencies: The specified module could not be found. (0x8007007E) at CLIPSNet.Environment.CreateEnvironment(Int32 env) at CLIPSNet.Environment..ctor() at herbicide.Program.Main(String[] args) in ..\repos\herbicide\Program.cs:line 9

How do I fix this so as to successfully run CLIPS from c#

c#
clips
asked on Stack Overflow Sep 18, 2020 by melo

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0