Error ActivateApplication in my Windows Cordova application

gurehbgui

I want to get the blank app working on the windows platform. I did the following:

ionic start myApp blank
cd .\myApp\
ionic platform add windows
ionic emulate windows

them I'm getting the following exception:

Starting application...
ActivateApplication:  com.ionicframework.myappmework.myapp781
Ausnahme beim Aufrufen von "ActivateApplication" mit 4 Argument(en):  "Der Remoteprozeduraufruf ist fehlgeschlagen.
(Ausnahme von HRESULT: 0x800706BE)"
In C:\...\myApp\platforms\windows\cordova\lib\WindowsStoreAppUtils.ps1:164 Zeichen:5
+     $appActivator.ActivateApplication($applicationUserModelId,$null,[ ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : COMException

What I need to fix?

Mudasser Ajaz

Run ionic run windows -- --win to deploy to windows. ionic run windows -- --phone to launch application on emulator. And ionic run windows --device -- --phone to launch on real device. Plus if you still get failed then run ionic run windows --list to see if there is any target(emulator or device) available or not.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Error When Trying To Run A Cordova Application On An Android Device

From Dev

Installing cordova/phonegap application on windows 8.1 for all users

From Dev

Build my application for a previous Windows platform

From Dev

Cordova build for Windows with Visual Studio 2017 error

From Dev

Cordova : How to diagnose ajax not working for UWP (windows store) application

From Dev

Error when cordova launch my app

From Dev

Error when installing my application on my device

From Dev

Windows application error - Windows Universal runtime version

From Dev

Permissions error in my application

From Dev

Cordova 3.0, Application Error The Connection to the server was unsuccessful. (Timeout)

From Dev

Thread error in my android application

From Dev

I got an error in my Windows Forms application

From Dev

Why is my Cordova application creating so many iframes?

From Dev

Error building cordova windows8

From Dev

How to add android cmd to windows 8.1 system path ? (cordova application)

From Dev

Error in cordova.js for windows 8 app

From Dev

Windows Phone 8.1 Cordova application scrolling not works after navigation

From Dev

Best database choice for my Cordova application

From Dev

Geolocation is giving timeOut error cordova android application

From Dev

"My" Application on Windows 10 startup

From Dev

How to check if my application is the Windows activate form

From Dev

How to generate a PDF in a ASP API and send it to my Cordova application?

From Dev

Installing Cordova in my computer windows 10

From Dev

Cordova upload image error on windows phone

From Dev

Cordova file plugin can't access the application directory on windows 8

From Dev

Is it possible to create iOS application with windows cordova?

From Dev

Ionic application : Android --livereload shows cordova not available error

From Dev

cordova plugin permission not working in my application

From Dev

Prevent my windows application to run multiple times

Related Related

  1. 1

    Error When Trying To Run A Cordova Application On An Android Device

  2. 2

    Installing cordova/phonegap application on windows 8.1 for all users

  3. 3

    Build my application for a previous Windows platform

  4. 4

    Cordova build for Windows with Visual Studio 2017 error

  5. 5

    Cordova : How to diagnose ajax not working for UWP (windows store) application

  6. 6

    Error when cordova launch my app

  7. 7

    Error when installing my application on my device

  8. 8

    Windows application error - Windows Universal runtime version

  9. 9

    Permissions error in my application

  10. 10

    Cordova 3.0, Application Error The Connection to the server was unsuccessful. (Timeout)

  11. 11

    Thread error in my android application

  12. 12

    I got an error in my Windows Forms application

  13. 13

    Why is my Cordova application creating so many iframes?

  14. 14

    Error building cordova windows8

  15. 15

    How to add android cmd to windows 8.1 system path ? (cordova application)

  16. 16

    Error in cordova.js for windows 8 app

  17. 17

    Windows Phone 8.1 Cordova application scrolling not works after navigation

  18. 18

    Best database choice for my Cordova application

  19. 19

    Geolocation is giving timeOut error cordova android application

  20. 20

    "My" Application on Windows 10 startup

  21. 21

    How to check if my application is the Windows activate form

  22. 22

    How to generate a PDF in a ASP API and send it to my Cordova application?

  23. 23

    Installing Cordova in my computer windows 10

  24. 24

    Cordova upload image error on windows phone

  25. 25

    Cordova file plugin can't access the application directory on windows 8

  26. 26

    Is it possible to create iOS application with windows cordova?

  27. 27

    Ionic application : Android --livereload shows cordova not available error

  28. 28

    cordova plugin permission not working in my application

  29. 29

    Prevent my windows application to run multiple times

HotTag

Archive