如何将我的剪辑程序连接到c#? [英] how connect my clips program to c# ?

查看:101
本文介绍了如何将我的剪辑程序连接到c#?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友们......我想为我的程序创建一个界面...我已经通过解决方案编辑了我的程序你转发我但它给出了这个错误...我还添加了clipNET给我refrences但为什么会出现这个错误无法加载DLL'CLIPSLib':应用程序无法启动,因为它的并行配置不正确。请参阅应用程序事件日志或使用命令行sxstrace.exe工具了解更多信息详细信息。(HRESULT的例外情况:0x800736B1)

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



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);
        }
    }
}





我等待

非常感谢

Leeda



me wait
many thanks
Leeda

推荐答案

有一篇有趣的文章 - 人,婚姻和机器 - 人工建议中的冒险,第3部分 [ ^ ]
There is an interesting article about it - Man, Marriage and Machine – Adventures in Artificial Advice, part 3[^]


check clips codeplex网站,您可以下载演示项目和应用程序,这将帮助您了解使用剪辑构建自己的应用程序

- 剪辑codeplex网站 [ ^ ]
check clips codeplex site and you can download the demo projects and applications which will help you to get some idea to build your own application with clips
- clips codeplex site[^]


您可以尝试将项目的配置从Debug更改为Release,看看会发生什么。


之后,尝试将项目属性中的目标从任何CPU更改为x86。
You can try changing the Configuration of your project from Debug to Release and see what happens.

After that, try changing the Target in your Project Properties from "Any CPU" to "x86".


这篇关于如何将我的剪辑程序连接到c#?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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