How to get the blank App working on the windows platform?

Hi, 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?

1 Like

I’m also getting this when running windows 10 desktop - not sure how to fix.

Same for me. Can someone please give a hint whats the problem here? Thanks!

Did you find how resolve this problem ??