Azure Storage Emulator did not upgrade when I updated SDK - azure-storage

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.

Related

Azure sql data sync Agent 2 won't install

i'm having some issues on the installation of Microsoft SQL Data Sync Agent 2.
it shows a message telling me to install SQLSysClrTypes.msi and SharedManagementObjects.msi
even after installing those two requirements it keeps showing this message, it worked in another pc but in this one is not.
what should i do?
(pc is running windows 7 )
Please make sure you have downloaded the x86 version of both prerequisites.
http://go.microsoft.com/fwlink/?LinkID=239643&clcid=0x409
http://go.microsoft.com/fwlink/?LinkID=239658&clcid=0x409
.NET Framework 4.5 is required also.
just installed a fresh windows and it worked.

Open XML SDK 2.5 can't install because it is not already installed?

i'm having some trouble installing OpenXML SDK for Microsoft office. I have downloaded the .msi from the MSDN website, run it but before any installation wizard shows, i get this window popping up:
It seems to want to install itself before it will install itself.. I have OpenXML on my other PC and this installed fine with no issues and have used the tool for a project.
I have .NET 4.6.2 installed on my machine.
Has anyone seen this before?
There are 2 separate installers on the OpenXml 2.5 MSDN page - the SDK and the tools. From the error message you are seeing it looks like you are trying to install the Tools but in order to do so you need the SDK installed first.

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

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

Titanium Studio with Windows Phone Plugin: Titanium SDK does not support the Windows platform

I want to do Windows Phone development with Titanium Studio.
I followed https://wiki.appcelerator.org/display/guides2/Getting+Started+with+the+Windows+Phone+SDK#GettingStartedwiththeWindowsPhoneSDK-UsingStudio(Preview) in order to get the Windows plugin. After a required restart of the software, the Windows option apears in the Deployment Targets when creating a new project.
Unfortunately, for all Titanium SDK Versions I have installed, 3.5.1.GA, 3.5.0.GA, 3.4.0.GA, 3.3.0.GA, I am getting an error like "Titanium SDK v3.5.1.GA does not support the Windows platform".
So I basically cannot create projects for Windows Phone.
I am using Titanium Studio 3.4.1 and followed the installation tutorial, though I deleted the SDK path after setting it (it is the default path, setting a value caused an error message, also I left the publisher GUID and Windows Store Certificate empty, since I just want to develop and don't have publishing credentials yet).
How can I create an app that runs on Windows Phone, too?
Edit:
I add some images to show the problem better. In the last step, I don't have the possibility to create a Windows project in Titanium Studio.
2nd edit:
As per Eduard's answer, I skipped https://wiki.appcelerator.org/display/guides2/Getting+Started+with+the+Windows+Phone+SDK#GettingStartedwiththeWindowsPhoneSDK-WindowsPlatform(Preview) and had to do it. Now I got Titanium SDK 4.1.0.v2015... and I get the option.
Unfortunately, it still does not work.
https://jira.appcelerator.org/browse/TISTUD-7171
So I also need to update Titanium Studio.
Well, I guess mobile development has to be buggy and cumbersome, at least that is my experience so far with various (cross-platform) products.
Try opening the solution generated in Visual Studio to attempt packaging the .sln to .appxupload to upload it to the Windows Store. Hopefully that will serve as work around until Titanium has full support for Windows (very likely 4.0.0 or 4.1.0 Titanium SDKs).

Can Worklight Studio 6.0 and Worklight Studio 6.1 be installed on the same machine

I have a laptop running Windows 7 Pro. Is it safe to install both WL studio 6.0 and 6.1 on the same laptop? If it is safe to have both versions installed can the Android SDKs be shared between the installs or should each version of WL studio have its own install of the Android SDKs.
Thank you for any advice you can provide.
You can easily install multiple versions of WL studio on 1 machine, just use a fresh install of Eclipse for each version. Creating separate workspaces inside of eclipse will have the same version of WL across all workspaces so you will need multiple Eclipse instances to accomplish this. In regards to your Android SDK question you can point each eclipse instance to the same Android SDK, but you will need to install the android tools on each version in order to work properly.
Please make sure you are running the latest 6.0.0.x ifix when attempting to run at the same time as some issues were resolved in this version. If you are an IBM WL customer please request the latest fix pack containing this fix.
Also, ensure you install the right version of Eclipse for each Worklight Studio version. Worklight 6.0 only runs on eclipse 4.2.2 (Juno SR2), while Worklight 6.1 runs on either eclipse 4.2.2 or eclipse 4.3.1 (Kepler SR1). See System Requirements for detailed requirements for all Worklight versions.