Ciao a tutti,
sto sviluppando un'applicazione web in vb.net che si interfacci con una stampante fiscale (epson FP90II TM-T90). Dopo aver scaricato POS for .net v1.12, installato l'OCX, e installato OPOS.NET, quando avvio il CheckHealth dell'OPOS il programmino mi restituisce questo errore:
================== Exception =====================
Microsoft.PointOfService.PosControlException
ErrorCode : Failure (111)
ErrorCodeExtended : 0
Message : It is not initialized.
Target : System.String CheckHealth(Microsoft.PointOfService.HealthCheckLevel)
## StackTrace ##
at jp.co.epson.upos.pntr.CommonPrinterService.CheckHealth(HealthCheckLevel level)
at CheckHealthTest.MainForm.ExecuteCheckHealth(DeviceInfo objInfo)
at CheckHealthTest.MainForm.btnCheckHealth_Click(Object sender, EventArgs e)
Non riesco a effettuare una stampa dalla mia applicazione web, perchè l'errore è il medesimo.
Qualche suggerimento?
Grazie
Ciao
VS2008 - SQLServer 2008 - ASP.NET