Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello there!!

Im trying to integrate CLIPS with visual studio, the CLIPSNET.dll library works perfect, but, when i run the program it ask for the CLIPSLib.dll.I try to include it in to my workspace, but i get an error message that the reference cannot be added, and to make sure that is a valid COM component or assambly.

Can you help me with this??

Where i got to put the CLIPSlib.dll?? any special place inside the Visual Studio files??
Posted
Comments
gayantcc 4-Jan-13 12:57pm    
Put your CLIPSLIB.dll into the vs2010 debug folder. It worked with me.

I have another problem: I want to load CLIPSLIB.dll with windows service. How can I do it?

1 solution

When you run the program the DLL needs to be in either the directory where your executable is loaded from, or one of the system libraries, e.g. Windows\System32.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900