You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if your situation is the same but I ran into the same error today while setting up a scuffed environment to test using IIS as the print server.
The request classes have a default version specified which is usually enough but the printer driver I was using technically wasn't an actual printer at all so I think IIS defaulted to using IPP version 1.0 (0x0100/256).
Or maybe the IIS printer service only supports version 1.0, I haven't investigated further yet.
Anyway, there is no IppVersion.V1 at the moment it seems but I still got the requests to go through by just casting it e.g.:
I am getting the following error with the Ipp server url http://{IpAddress}/printers/Xerox-WorkCentre-6505/.printer
The text was updated successfully, but these errors were encountered: