VPN Background Task? #1467
Unanswered
michelolvera
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Short answer: nope, UWP only. It's not possible to make a VPN using the UWP VPN APIs with anything other than a UWP app. Can I ask what's missing from UWP that makes you prefer .NET 8 and WinUI3? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a VPN Provider for Windows with a background task, there are just a few examples over internet and all of them are written as UWP app. I'm using .NET 8 and WinUI 3, is it still possible to create a VPN background app?
My
IBackgroundTask
implementation is in a project with<CsWinRTComponent>true</CsWinRTComponent>
and thewinmd
object is created but always same error at runtime:Beta Was this translation helpful? Give feedback.
All reactions