SOLVED

Universal Print Connector Error when registering Printers

Copper Contributor

Hello,

 

I've installed the PrintConnector on our Print server, when I try and register any printers (HP, Canon, Sharp,ect).. It comes up as failed. In the event viewer, we see (listed Below)

 

Has anyone else seen this or may know a way around it? I tried on a second Print server and same results.

 

Thank you,

 

 

"System.MissingMethodException: Method not found: 'Windows.Foundation.IAsyncOperation`1<Windows.Devices.Enumeration.DeviceInformationCollection> Windows.Devices.Enumeration.DeviceInformation.FindAllAsync(System.String, System.Collections.Generic.IEnumerable`1<System.String>, Windows.Devices.Enumeration.DeviceInformationKind)'.

   at ProxyLibrary.Printer.<GetSystemProperty>d__68.MoveNext()

   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)"

2 Replies
best response confirmed by Rani_Abdellatif (Microsoft)
Solution

@Ron Mckerral

Does the machine where the connector is installed meet the prerequisites outlined here: http://aka.ms/InstallUPConnector ?

This is an expected error if the pre-reqs are not met. Older OS versions don't have the required APIs. Hence, the "MissingMethodException".

@Rani_Abdellatif 

 

Thank you, that was the problem. It didn't meet the server requirements.

 

Thank you,

 

Ron

 

1 best response

Accepted Solutions
best response confirmed by Rani_Abdellatif (Microsoft)
Solution

@Ron Mckerral

Does the machine where the connector is installed meet the prerequisites outlined here: http://aka.ms/InstallUPConnector ?

This is an expected error if the pre-reqs are not met. Older OS versions don't have the required APIs. Hence, the "MissingMethodException".

View solution in original post