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#
User contributions licensed under CC BY-SA 3.0