We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b26a39 commit 84e53e0Copy full SHA for 84e53e0
1 file changed
dev/DevWinUI/Common/SingleInstanceApp.cs
@@ -13,6 +13,7 @@ public static int Run(string[] args, string key, Func<SingleInstanceApp> program
13
14
public static int Run(string[] args, string key, Func<SingleInstanceApp> program, Action app)
15
{
16
+ WinRT.ComWrappersSupport.InitializeComWrappers();
17
bool isRedirect = HandleRedirection(key, program);
18
19
if (!isRedirect)
0 commit comments