Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi friends ...
i want to create an interface for my program which is in clips ... i have edited my program by the solutions u forward me but its given this error ... i also have added clipsNET to my refrences but why given this error "Unable to load DLL 'CLIPSLib': The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail. (Exception from HRESULT: 0x800736B1)"
please help me .... im in needed very much ....

C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Heartexpetsystem
{
    class Program
    {
        static void Main(string[] args)
        {
            CLIPSNet.Environment theenv = new CLIPSNet.Environment();
            theenv.Load(@"C:\Users\Persian\Documents\Visual Studio 2010\Projects\Heartexpetsystem\Heartexpetsystem\Heart.clp");
            theenv.Reset();
            theenv.Run(-1);
        }
    }
}

many thanks
me wait
lida
Posted
Updated 21-Dec-14 19:42pm
v3
Comments
Tomas Takac 21-Dec-14 15:22pm    
Well, the error message says: "Please see the application event log or use the command-line sxstrace.exe tool for more detail." Did you do that? What did you learn?
Maciej Los 22-Dec-14 2:36am    
My virtual 5!
Kornfeld Eliyahu Peter 21-Dec-14 15:26pm    
You probably missing the C++ Redistributable Package on your machine...
http://www.microsoft.com/en-us/download/details.aspx?id=5555
Maciej Los 22-Dec-14 2:37am    
My virtual 5!
Kornfeld Eliyahu Peter 22-Dec-14 2:39am    
Thank you...(non-virtually :-))

1 solution

You probably missing the C++ Redistributable Package on your machine...
Go and install it from here: http://www.microsoft.com/en-us/download/details.aspx?id=5555[^]
 
Share this answer
 
Comments
Maciej Los 22-Dec-14 2:55am    
And i did what i promised ;)
Kornfeld Eliyahu Peter 22-Dec-14 2:57am    
Thank you...
Lida Zareian 23-Dec-14 5:50am    
it wasnt usefull ....... im working c# how uts possible for missing c++ ....
i have download it but still the same errors :( please help more
Kornfeld Eliyahu Peter 23-Dec-14 6:03am    
Not you but the CLIPSLib need the C++ runtime...
And download is not waht we are talking about - install it...With VS closed!
Lida Zareian 29-Dec-14 15:52pm    
i have installed it but still same error whyyyyyyyyyyy???

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