How to publish a wpf application in windows tablet - c#

I am developing a wpf app. I want to publish my app to Windows tablet.
These were the steps I did:
Right click on project
Click publish
Provide a path to publish
Then it has generated files to install – I have tried to install the generated manifest file in both published machine and tablet. I can see my app in "add/remove", but when I open the app from the Start menu my app is not initiated. It's not displaying anything.
Thanks,
Punith

Related

MAUI app hangs while I am trying to run it

I am starting maui app in Visual Studio using button "Windows Machine" and the result is on the picture that I connetced. Is it a problem in Visual Studio? I asked my college to check an app on his pc and he showed me that it wors and launches without hanging...
I tried to change text property of the area it works perfectly
You can try the steps below:
open Computer Settings→ select Privacy & Security→ select Turn on developer mode.
downloads for the Windows App SDK.
delete the 'bin' and 'obj' folders, rebuild and run your project.

windows forms application When I publish the applications and an end-user installs it on their PC it get stuck

windows forms application with an acrobat pdf viewer, When I publish the applications and an end-user installs it on their PC it gets stuck initializing the PDF the issue comes in on the publishing side maybe I don't have the right prerequisites checked, any help pls?

My Project Couldn't be run Windows 10 IOT

I'm creating apps by VS 2015.
My Project is made by UWP. I know this is for Windows Store Apps.
however, My Project is LOB Side Loading.
I compiled and packaged my project, and then I moved to all of files to other computer.
then,
I Set 'Developer mode' in Control Panel.
I executed 'Set-ExecutionPolicy RemoteSigned' in PowerShell.
then i excuted 'Add-AppDevPackage.ps1', then my app installed successfully.
However, I found my app in start menu, but I couldn't click that !!
I couldn't launch that.
How can I do to launch my uwp app in other computer?

Cannot install UWP app from hockey app

I'm doing an app using Xamarin.Forms and I've already deployed the Android and iOS version to HockeyApp but I have a problem with the UWP (Windows 10 version)...
These are the steps I do:
Right click on my UWP project
Select "Store" option
Select "Create app packages"
A window pops and I select "No" and click "Next"
Then I only select the ARM configuration
Click "Next"
My package has been created and I drag n drop the .appxbundle file to hockeyapp.
Once the package is uploaded, I start my Windows 10 Mobile emulator and try to install it...
I download it from HockeyApp and when I install it, nothing happens...
Do you have any idea where this problem comes from?
I'm using Visual Studio 2015.
Windows 10 mobile emulator not supported ARM, only x86/x64. You need the real device for test ARM package.
I was experiencing exactly the same, but I've managed to fix it. Here's what I've done:
I associated the app with Store in Visual Studio
I installed Windows 10 Mobile Anniversary update (OS Build: 10.0.14383.953), since my app was targeting Anniversary Update.
I installed the certificate which was included in the .ZIP file next to the .appxbudnle
Then I run the .appxbundle and clicked install. The installer exited without any message, just like before, but after a minute or so the app appeared in the installed apps on my Microsoft Lumia 650.

Windows Phone emulator with Xamarin

I am creating a Xamarin project, and I made it working with Android and iOS, but I can't figure out how to start the Windows Phone 8.1 emulator.
Windows Phone 8.1 is created as a project just like the other platforms.
I am running Visual Studio 2015 Community and Xamarin Business.
EDIT
I made it running by setting it as startup project, but are there others way by e.g. changing the project (where you choose if it is debug or release)?
I also want to know, how I can create the application to Windows store
To create app package go to
Project->Store->Create App Package - It will open wizard for creating app package that You are able to send to store (reference: https://msdn.microsoft.com/en-us/library/hh975357.aspx)
As for the other ways:
In Visual Studio 2015 You can choose in taskbar: debug/release, CPU architecture, startup project and where to deploy an app - eg. emulator or device

Categories

Resources