Currently I am able to build my application in release mode having Windows Packaging project as a Startup project and my UWP as Entry point to it where desktop application running in background. Previously I had created a Upload file to be uploaded on store successfully for UWP app. For its next release I implemented Desktop application using Packager project. So I have added all the necessary parameters to be used when I launch the app. Also I am able to associate the packager project to the store successfully. But when I try to generate a bundle file for Packager it takes long time and does not provide any result(no Upload bundle file) also there are no errors listed in the Error windows. it just creates a dependencies and Packager_2.1.250.0_x86.appxsym. No other files are created. What changes do I need to make when I create bundle file to be uploaded on the store for a Packager project?
Unable to create bundle.appxupload file for windows Packaging project for desktop bridge application, UWP
91 Views Asked by Shakita At
0
There are 0 best solutions below
Related Questions in C#
- How to call a C language function from x86 assembly code?
- What does: "char *argv[]" mean?
- User input sanitization program, which takes a specific amount of arguments and passes the execution to a bash script
- How to crop a BMP image in half using C
- How can I get the difference in minutes between two dates and hours?
- Why will this code compile although it defines two variables with the same name?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Why can't I use the file pointer after the first read attempt fails?
- #include Header files in C with definition too
- OpenCV2 on CLion
- What is causing the store latency in this program?
- How to refer to the filepath of test data in test sourcecode?
- 9 Digit Addresses in Hexadecimal System in MacOS
- My server TCP doesn't receive messages from the client in C
- Printing the characters obtained from the array s using printf?
Related Questions in UWP
- How to make that each seller has its own different set of products using sqlite and uwp
- How can i solve SQLITE_IOERR_SEEK on Unreal UWP application on MS Hololens2
- UWP Blank app throws error code: The app didn't start.. Activation phase: COM ActivateExtension
- How can I tell if a control is actually Visible in UWP?
- DEP0700: Registration of the app failed UWP in release mode
- Linker errors when adding a native c++ static library to Windows runtime component (UWP)
- uwp app only accepts input whenever i have opened on conhost/powershell/cmd
- uwp - WebAuthenticationBroker does not show cloudflare captcha
- How do I get the typename of an arbitrary XAML FrameworkElement?
- Apryse PDFTron SetDoc method throws AccessViolationException
- How do you know which items are realized (non-virtualized) in an ItemsRepeater?
- How to copy or drag n drop image from Webview2 to Canvas?
- UWP app Shutdown PC don't work in kiosk mode
- Path denied error when building UWP app in release
- Display Data from Drive D: in the Gridview
Related Questions in DESKTOP-APPLICATION
- How To Convert Nextjs Typescript Golang Postgresql Web App Into Desktop App
- UI Interface Crashes and Hanging Issues in MFC Application
- WindowsAppSDK resource file modification requires rebuild
- Unable to Publish my ElectronJS app to Microsoft Store
- How to avoid chrome from doing auto Handlers
- Change dark mode using main.js electron
- Is there a way to configure so that pgadmin 4 via browser can continue to work after pgadmin 4 via desktop version is closed?
- Not able to open prompt using .WithPrompt(Prompt.SelectAccount)
- App with sidebar routes in React and Electron
- Finding challenging to call function from Rust to NextJS ( Tauri + NextJS )
- How to configure to open application if click Notifications of my Electron js Applications In Windows Action Center (Notification Panel)
- Auto Logout from Epic Games Launcher
- FlaskUI Desktop App Error: "127.0.0.1 refused to connect" when run as administrator
- How to execute a .py file with a class using .robot file or integrating it to robot framework?
- How to create trustworthy desktop applications that do not conflict with antivirus software
Related Questions in APPXMANIFEST
- Missing file from installed app with Windows Packaging Project
- Generating a msix package for a .NET MAUI Blazor application and signing it separately
- Determine ordering of windows shell context menu extension entries
- Start Winui 3 App from command line with arguments
- MSIX appxmanifest missing shortcut, creates shortcut pointing to wrong folder
- What is TargetDeviceFamily MinVersion/MaxVersionTested for Windows 11?
- UWP Packaged WPF .NET 6 app starts a blank window when launched through uri activation and execution alias
- Unity build misses "Publish" option in Visual Studio 2022, forcing publish by including Package.appxmanifest generates "Error: APPX1502"
- Can I change the application name in appxmanifest for a UWP app for different languages?
- How to solve app manifest error in WinUI 3 - "The file name doesn't exist in the package"
- How to write a Package.appxmanifest for installing a windows service in Windows Server 2019
- Create different MSIX installers using a flag parameter on a .NET MAUI app
- Remove Appx if version less than
- Modify Appxmanifest - Add Element to XML via Powershell
- msbuild fails on Certificate could not be opened, network password not correct
Related Questions in PACKAGER
- Why does this unhandled rejection occur inside electron forge when running snapcraft on Ubuntu?
- How can we load react native bundles globally
- Checksum error in installing software using chocolatey
- Unknown system error -86 Electron app packaging on Mac for Window using electron-packager
- Cannot run Launch4j (illegal access)
- When run example.app file on mac it through error in java - Exception java.lang.ClassNotFoundException: org.sqlite.JDBC
- Compiling via Perl Packager including libraries?
- The edge module has not been pre compiled for node js version V12.13.0
- JavaFX Application java.lang.RuntimeException: No toolkit found (UNC Path involved)
- Error :The OutputPath property is not set for project
- Unable to create bundle.appxupload file for windows Packaging project for desktop bridge application, UWP
- Electron: TypeError: Cannot create property 'default' on symbol 'Symbol(nodejs.util.inspect.custom)'
- Signed React Native app not loading assets correctly
- JavaFX Packager overwrite/outsource memory params
- Electron Packager
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?