Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/csharp-4.0/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 4.0 在C中使用PrinterFiscalClass#_C# 4.0_Ocx_Epson - Fatal编程技术网

C# 4.0 在C中使用PrinterFiscalClass#

C# 4.0 在C中使用PrinterFiscalClass#,c#-4.0,ocx,epson,C# 4.0,Ocx,Epson,如何使用C#中爱普生OCX的类EPSON_impersora_财政.PrinterFiscal 目前,我正在尝试这样做: EPSON_Impresora_Fiscal.PrinterFiscal printerfiscal1 = new EPSON_Impresora_Fiscal.PrinterFiscal(); printerfiscal1.FeedPaper("A", "5"); 但我在编译时遇到以下错误: 类型“EPSON\u Impersora\u财政.PrinterFiscalCl

如何使用C#中爱普生OCX的类
EPSON_impersora_财政.PrinterFiscal

目前,我正在尝试这样做:

EPSON_Impresora_Fiscal.PrinterFiscal printerfiscal1 = new EPSON_Impresora_Fiscal.PrinterFiscal();
printerfiscal1.FeedPaper("A", "5");
但我在编译时遇到以下错误:

类型“EPSON\u Impersora\u财政.PrinterFiscalClass”未定义构造函数


如果该类只定义了一个内部构造函数,而您试图从另一个程序集实例化它。您是否有Epson库的API参考
EPSON\u Impersora\u Financial
在谷歌看来似乎不是。哪个API参考?我有OCX文件,但我不知道如何使用它。使用typelib浏览器,查找返回此类对象的函数(方法)。Hi@Faabass!我在哪里可以得到爱普生大学的奖学金?谢谢