c# - Windows Push Notification Service Failed due to Time Out -


the windows push notification fails while trying establish connection @ following code.

var channel = await pushnotificationchannelmanager.createpushnotificationchannelforapplicationasync();

it times out 0x80070102 exception. have disabled firewall , uninstalled antivirus still fails.

any suggestions?


Comments

Popular posts from this blog

python - Referencing Data From a 2D Histogram -

sql - Postgresql error: "failed to find conversion function from unknown to text" -

c# - Derived UserControl layout resets after build -