desktop-bridge Questions

3

Solved

EDIT Event log error was this: error 0x8007000B: The app manifest publisher name (CN=...) must match the subject name of the signing certificate (CN={19BE29DF-4812-4F2E-8FC1-A138B146946A}). ...
Marquismarquisate asked 27/5, 2016 at 1:28

3

I am using the desktop bridge for a WPF desktop application and am looking to automate the creation of my msix packages during build. I do not want to store any version information in source contro...

3

Solved

I'm trying to follow UWP with Desktop Extension – Part 2 of UWP and WinForms desktop-bridge calling the processes and passing parameters. This example Console Program.cs code includes parameters st...
Monadnock asked 4/7, 2019 at 2:28

3

Solved

I want to create an upload package for the Windows Store. The app is essentially "Hello world" for a dev express XAF Win application. I am using the Desktop Bridge. I am following the docs to crea...
Examinee asked 2/12, 2018 at 0:28

5

I am trying to deploy the sample application for bridging AppServices with a UWP application. The sample runs and builds just fine but when I try to follow the guide to package the whole thing it g...
Geoff asked 11/8, 2016 at 17:50

4

Solved

I have been reading about project centennial (https://msdn.microsoft.com/windows/uwp/porting/desktop-to-uwp-root#preparing-your-desktop-app-for-conversion-to-uwp), and it occurs to me that there ar...
Stavros asked 17/8, 2016 at 19:58

3

Solved

We are fixing to re-architect an application and are debating whether or not it is possible to use UWP instead of an ordinary WPF application. Our application needs the ability the access the ent...
Sharpen asked 10/11, 2016 at 20:23

1

Solved

My app is written in WPF C# and I export it as Universal app using MSIX Application Project straight from Visual Studio. I just can't get the settings to persist between updates. I'm using the foll...
Leisured asked 13/5, 2020 at 18:12

5

Solved

Is it possible to have communication between uwp and non uwp apps. My non-uwp is a background task which provides a service. I want to call that non-uwp service in uwp app. How to make that call?...

2

Solved

Solved. (See my answer.) I have a couple of startup apps using the desktop bridge. In the past they used to work fine. Now, probably after some Windows update, after a reboot they don't start when...

1

Solved

The Package.appxmanifest for this WPF app has already set <uap5:Extension Category="windows.appExecutionAlias" Executable="PROGRAMNAME.exe" EntryPoint="Windows.FullTrustApplication"> <u...

0

I want to create a ruler like seen in drawing apps that works globally. I have found that I could create something like this with an Inkedit Control or this sample, but both only seem to work insid...
Limy asked 14/2, 2019 at 10:32

1

In my already published app, I tried adding ADs using “Microsoft Advertising SDK for XAML” (tried adding reference via both NuGet and msi). On my dev machine both debug and release builds work fine...
Moradabad asked 28/1, 2019 at 17:50

1

Solved

I am using Desktop Bridge with a c# Winforms application to make a package to publish to the store. If I make my package locally using Desktop Bridge then I can upload it to the windows store succ...

0

I have got WPF c# server application (WCF) and want to use c++/WinRT dynamic library inside it. I can simply do this by using UWP desktop bridge with WPF app and UWP empty app that includes my dll....
Smail asked 17/12, 2018 at 12:44

1

Solved

Similar to my question here I am able to build on my machine but the devops build is failing. The Desktop Bridge Package project targets Windows 10 , Version 1803, Build 17134
Prelect asked 16/12, 2018 at 22:46

3

In Visual Studio 2017, I am building Class Library(Portable) which targets both .Net 4.6 and Windows Universal Application 10.0. While building the application, below error is thrown. Error  File ...
Valdavaldas asked 27/7, 2017 at 14:36

1

Is there any way to share a mutex between a UWP app and a desktop bridge app in the same package? They seem to have different namespaces; using the same name doesn't yield the same object between t...
Telophase asked 12/9, 2017 at 22:43

3

My first thought was to use GetPackageFamilyName() and look for ERROR_SUCCESS vs APPMODEL_ERROR_NO_PACKAGE. But, I need to support Windows 7, which makes GetPackageFamilyName() unusable. Is ther...
Friedrick asked 6/9, 2018 at 15:25

1

I've tried to submit app for Windows store, but after review it was declined with this notification: Desktop Bridge Apps: 98 Restricted Capability Notes To Developer You do not have approv...

2

Solved

Is it possible for a UWP app to launch its Desktop Bridge (full-trust application component) with arbitrary command-line arguments? I see the ability to specify "argument groups" (see https://learn...

1

Solved

My Win32 application needs to install a Windows Explorer Shell extension. I've used Desktop App Converter to generate AppX for my application. But the converter ignored the shell extension installe...

1

Solved

I have a Java 9 app that I'm trying to package for the Windows Store. The strange thing is that it works as expected when I run the exe-launcher directly, but I get the following strange error when...
Minny asked 24/10, 2017 at 19:21

2

Solved

I'm trying to follow Microsoft's "Project Centennial" directions to convert MSI installer for my app to UWP, and I'm getting this error that MakeAppx.exe isn't found: This Windows 10 is not my d...
Jacquelinejacquelyn asked 3/8, 2016 at 23:10

1

How to create the setup installer for the UWP application. For the desktop application. Please advice

© 2022 - 2025 — McMap. All rights reserved.