单声道找不到我的应用程序System.DllNotFoundException

时间:2019-06-21 00:08:33

标签: c# mono raspberry-pi3 rfid

我正在开发一个用于Raspberry pi(Raspbian OS)的UHF RFID阅读器的应用程序。在我的笔记本电脑(Windows OS)上,它运行良好。但是,当我尝试在Raspberry中使用mono打开它时,它显示了一个错误:System.DllNotFoundException:Basic.dll。

我从刚购买的RFID阅读器的卖方那里获得了Basic.dll作为SDK。该文件与我的RFID阅读器的.exe文件位于同一目录中。

这些是错误日志。

System.DllNotFoundException:Basic.dll   在(包装器托管到本地)ReaderB.StaticClassReaderB:AutoOpenComPort(int&,byte&,byte,int&)   在<207aea2213cf4fe0a66fbc822320481a>:0中的ComelProject.Form1.button1_Click(System.Object sender,System.EventArgs e)[0x000a9]中   在System.Windows.Forms.Control.OnClick(System.EventArgs e)[0x0001c]中的位置:: 0   在System.Windows.Forms.Button.OnClick(System.EventArgs e)[0x00024]中的位置:: 0   在System.Windows.Forms.ButtonBase.OnMouseUp(System.Windows.Forms.MouseEventArgs方法)中:[0x00081],在:0中   在System.Windows.Forms.Button.OnMouseUp(System.Windows.Forms.MouseEventArgs方法)中:[0x00000]在:0中   在System.Windows.Forms.Control.WmLButtonUp(System.Windows.Forms.Message&m)[0x0007e]中的:0   在System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message&m)[0x0016f]中的:0   在System.Windows.Forms.ButtonBase.WndProc(System.Windows.Forms.Message&m)[0x0004e]中的:0   在System.Windows.Forms.Button.WndProc(System.Windows.Forms.Message&m)中的[0x00000]在:0中   在System.Windows.Forms.Control + ControlWindowTarget.OnMessage(System.Windows.Forms.Message&m)[0x00000]中的:0   在System.Windows.Forms.Control + ControlNativeWindow.WndProc(System.Windows.Forms.Message&m)中的[0x0000b]在:0中   在System.Windows.Forms.NativeWindow.WndProc(System.IntPtr hWnd,System.Windows.Forms.Msg msg,System.IntPtr wParam,System.IntPtr lParam)中:[0x0008e],位于:0

任何帮助都会非常感激。

0 个答案:

没有答案