如何解决此异常“远程执行引发异常” [英] How Do I Resolve This Exception "Remote Execution Threw An Exception"

查看:80
本文介绍了如何解决此异常“远程执行引发异常”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,请帮助我执行程序时我得到这个例外

我的应用程序昨天运行良好但是今天我运行我的应用程序我得到这个例外

这里是我的代码

Hi everyone please help me when i execute program i get this exception
my application working well yesterday but today as i run my app i get this exception
here is my code

public image_reader()
{
  InitializeComponent();
  Prepare_OCREngine(Application .StartupPath+"/Text.jpg");
}

void Prepare_OCREngine(string path)
{
  im = (Bitmap)Bitmap.FromFile(path);

  ocr= new Ocr();
  ocr.SetBitmap(im);.....//// i get exception at this point
}



请帮帮我............. :(





添加标签。

[/编辑]

推荐答案

这篇关于如何解决此异常“远程执行引发异常”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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