开发者

System.IO.IOException ErrorCodes

开发者 https://www.devze.com 2023-04-07 06:40 出处:网络
So I\'m getting the following error when trying to print to a Zebra printer from my web application: Type : System.IO.IOException, mscorlib, Version=4.0.0.0,

So I'm getting the following error when trying to print to a Zebra printer from my web application:

Type : System.IO.IOException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Message : Printer is \172.16.0.244\Zebra2844. Error co开发者_StackOverflow社区de is: 5

Can anybody provide some insight as to what the "Error code is: 5" represents? (Googling so far has yet to yield anything relevent) The offending error doesn't happen when I run the web app locally from my machine, so I'm guessing that either the server the web app is hosted on either can't resolve the IP, or its a permission issue, or something like that.

Ideally, i'd like to confirm that it's the case if possible.

Anyone have any ideas/suggestions?


It's a Windows error code.

System error codes

In the case of error 5, it's an Access Denied error. Which is probably in your stack trace somewhere.

0

精彩评论

暂无评论...
验证码 换一张
取 消