这个错误在说什么? [英] what is this error is saying ?

查看:53
本文介绍了这个错误在说什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友们......

i希望为我的程序创建一个界面,这是在剪辑中...我已经通过解决方案编辑了我的程序你转发我但是给出了这个错误......我也添加了clipNET到我的参考,但为什么给出这个错误无法加载DLL'CLIPSLib':应用程序无法启动,因为它的并排配置不正确。请参阅应用程序事件日志或使用命令行sxstrace.exe工具了解更多细节。(HRESULT的例外情况:0x800736B1)

请帮助我....我非常需要....



 使用系统; 
使用 System.Collections.Generic;
使用 System.Linq;
使用 System.Text;

命名空间 Heartexpetsystem
{
class Program
{
静态 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);
}
}
}



非常感谢

我等待

lida

解决方案

您可能错过了计算机上的C ++ Redistributable Package ...

从这里开始安装: http://www.microsoft.com/en-us/download/details.aspx?id=5555 [ ^ ]

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 ....

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

解决方案

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[^]


这篇关于这个错误在说什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆