VS 2013 Cordova CTP 3.1: Windows-AnyCPU fails to install with Error : DEP0730 - windows-8

I have upgraded to VS2013 Cordova CTP3.1 and now cannot install the app to Windows-AnyCPU.
The Cordova app builds successfully but then fails to deploy reporting the following error :-
Error 13 Error : DEP0730 : Registration of the application failed because no Developer License is installed on the target machine. Package Microsoft.WinJS.1.0_1.0.9866.0_neutral__8wekyb3d8bbwe with Windows Store origin cannot be sideloaded or installed using developer mode option. (0x80073cff)
The app successfully builds and deploys to Windows Phone 8, Windows Phone (Universal), Android and iOS.
I do have a valid development Licence until September this year and a C++ Windows App Store project successfully built, installed and ran on the PC.
Can anyone please help.

Are you running this on Window10 Preview machine? There is a known issue with trying to build a Cordova app for Windows-AnyCPU on Windows10 Preview OS, as explained here

Related

Platform is not visible when register app on MobileFirst Server 8

Hi I recently updated MobileFirst Version from 7 to 8 and the application working perfectly on MobileFirst Development Kit Server (with Android, iOS, Browser Environment).
But after I have deploy to on premise MobileFirst Server version 8. What happened is the only environment or platform that visible on server is iOS as you can see in screenshot below.I have successful deploy all 3 platform but the other two platform not visible
We couldn't find any information on IBM knowledge Center website
Thank you.
This happens if, during installation of IBM MobileFirst Platform Server 8.0 ( using Installation Manager), you select the option "Install IBM MobileFirst Platform Foundation for iOS" in the General settings panel. If this option is chosen, iOS will be the only platform visible in the MobileFirst Operations Console.
Once the choice has been made during installation, you cannot reset it later. You will have to uninstall and re-install , and choose not to select "for iOS" option. Keep the default option (No) as-is in the Install IBM MobileFirst Platform Foundation for iOS section of the General settings panel.
Details on each step during installation, can be found in this link.

Azure Storage Emulator did not upgrade when I updated SDK

I upgraded the Azure SDK to 2.9.6 earlier today as the setup completed without any error messages which lead me to believe it completed successfully. However, I'm noticing that the storage emulator is still version 4.5 (I expected it to be upgraded to 4.6).
I ran the Web Platform Installer again but it says the latest SDK is already installed and nothing needs to be upgraded.
Is there a way to force the storage emulator to be upgraded (other than uninstalling the whole SDK and reinstalling)?
Update:
I uninstalled the emulator 4.5, ran the Web Installer Platform again and it detected the missing emulator, I completed the install but to my surprise, it installed version 4.5 again!!! What do I need to do to install emulator 4.6?
By the way, the reason why I want emulator 4.6 is because I have upgraded my C# solution to use the Azure Storage nuget package version 8.0.0 which requires the latest emulator.
Never mind: I found a link to download the emulator.

Titanium Studio Error: No Android SDK found

I am new to the Titanium or any other cross platform SDK. I am facing issues with the setup of Titanium Studio. I followed steps as below:
Installed NodeJS
Installed JDK 1.7 update 55 32-bit
Installed Titanium Studio 3.2.3
After first launch of Titanium Studio it installed the Titanium SDK, Alloy, Titanium CLI and other updates. In the preferences,
Titanium SDK Path
C:\Users\<UserName>\AppData\Roaming\Titanium\
ANDOIRD SDK Path
E:\adt-bundle-windows-x86_64-20131030\sdk
Environment Variables are set as follows:
ANDROID_SDK
E:\android-sdk-windows
ANDROID_SDK_HOME
c:\users\<UserName>
JAVA_HOME
C:\Progra~2\Java\jdk1.7.0_55
Path
C:\Program Files\TortoiseSVN\bin;c:\Progra~2\Java\jdk1.7.0_55\bin;C:\Program Files\nodejs\;C:\Program Files (x86)\Git\git-cheetah\..\bin;E:\android-sdk_r22.3-windows\android-sdk-home\tools;E:\android-sdk_r22.3-windows\android-sdk-home\platform-tools;C:\Program Files (x86)\Git\bin;C:\Program Files\nodejs
There are two problems here:
Alloy is not available in the new project template and
Android SDK is not available in the project template
On Windows Min JDK Version supported is 6 (aka 1.6) rev 10 and Max JDK Version supported is 6 latest revision.
The 32-bit version of the JDK is required regardless of whether Titanium is running on a 32-bit or 64-bit Windows system.
On Windows, Studio contains its own JRE, meaning you do not need to install the JDK before installing or launching Studio but will need it to use the Titanium SDK.
Titanium Studio prompts you to install the JDK when installing the Android SDK from the Dashboard on Windows.
For more details please check this link.

Bundle package is not working in TideSDK

i have developed a simple desktop application using TideSDK(1.3.1-beta) and TideSDK developer(1.4.2)
for windows platform.i packed my application as bundle package.its running well in my machine.but it shows following error message when i execute it in other machines.
Error message during execution on another machine
This application has failed to start because the application configuration is incorrect.reinstalling the application may fix this problem
Same issue appeared just today.
Try installing vc redist 2010 + vc redist 2012. It helped in my case

Install metro application in windows 8 device

I am beginner in windows 8 metro application. I have create a simple application on visual studio 12. it is running in same machine . How can i install this application on other device running windows RT without publishing app in app store. Help me plz...Thankx
Choose 'Store->Create App Package' from the projects context menu, then select 'no' when asked whether to create app store packages. Then copy over the generated folders and execute the included PowerShell script to install the application.
In case your project contains platform-specific code, you have to make sure it supports compilation for ARM devices, which is what Windows RT runs on.
http://msdn.microsoft.com/en-in/library/windows/apps/hh975357.aspx this will help you in creating package.
If you want to make a basic package, change debug mode to release mode and then follow these steps
project=> store=> create App Packages => next =>create