How I do update winrt core libs? - windows-runtime

I have on my pc windows 8.1 and VCCORLIB120_APP.DLL version - VCLibs.120.00_12.0.20812.1. How I do update libs to new version VCLibs.120.00_12.0.21005.1?

either by installing the newest version of the Windows SDK: http://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx or by installing Visual Studio 2013 Update 4: http://support.microsoft.com/kb/2994375

Related

How to install xcode 7 and edit Swift 2.X on macOS Mojave version 10.14.3

In Case,
My project is using swift 2.X .
Once i installed Xcode 10. Xcode 10 is not available to code swift 2.X.
So i have to installed oldest version,
i go installed Xcode version 7.X , but not available to run on OS with the following problem message.
Xcode cannot be opened because of a problem.
Check with the developer to make sure Xcode works with this version of
macOS. You may need to reinstall the application.Be sure to install any
available updates for the application and macOS.
Any Solution to solve my problem??

Chat application using socket.io in windows phone 8.1

"Could not install package 'SocketIO4Net.Client 0.6.26'. You are trying to install this package into a project that targets
'WindowsPhoneApp,Version=v8.1".Getting this error while installing the library..Please help me to find an appropriate library..
This message means that you try to install a library that is not compatible with Windows Phone 8.1.
Lookat that nuget package shows only a .net 4.0 library:
socketio4net.client.0.6.26\lib\net40
which can be only used in Desktop .Net 4.x (40, 4.5.x, 4.6.x) projects.
You need to use a WinRT compatible lib that supports Phone 8.1.

Error building Windows Phone 8.1 unit test in VS Online

I just set up a Windows Phone 8.1 project using VS 2013 update 2 and added it to a git repo in VS Online.
After configuring a build definition, I tried to run the build but it is erroring out on:
C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1864): Could not find SDK "MSTestFramework, Version=12.0".
C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (1864): Could not find SDK "TestPlatform, Version=12.0
The documentation for VS Online states that the WP8 SDK is installed, but there is no mention of WP8.1. http://www.visualstudio.com/en-us/get-started/hosted-build-controller-vs.aspx#software
Has anybody managed to get a WP 8.1 unit test project to build, and run the tests using VS Online?

Error Adding MvvmCross NuGet package to PCL in VS2013

When I try to install MvvmCross on my PCL, I get the error message below. I am running Visual Studio 2013 and the Xamarin Frameworks are installed for the PCLs.
I'm using Profile78, which targets .net framework 4.5, windows store apps (windows 8) and higher, Windows Phone 8, Xamarin.Android, and Xamarin.iOS.
Is there a better profile for me to use?
Could not install package 'MvvmCross.PortableSupport 3.0.13'. You are trying to install this package into a project that targets 'portable-net45+wp80+win+MonoAndroid10+MonoTouch10', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
This area is changing with many new releases from many different places. I don't believe there are any definitive answers here today. There's a walkthrough using the latest platforms on http://slodge.blogspot.co.uk/2013/11/quick-run-through-using-pcls-in.html
That walkthrough uses:
Xamarin - iOS 1.8 & Android 4.10
Nuget - 2.7.2
MvvmCross - 3.0.14-beta3
Visual Studio 2012
portable profile 158
Other setups may also work - I don't know if anyone knows which is "better" - but it would be interesting to hear opinions!

Prism for Windows phone 8

Prism for Windows phone 8
I have developed an application in C#/XAML for windows 8 using prism .I want to implement the same pattern in my windows phone 8 application also. Which prism library can I use???
A pre-release version is available on NuGet here: http://nuget.org/packages/PortablePrism.WP8/
Microsoft PRISM 4.1 ported to Portable Class Library and
Microsoft.Composition.
Namespaces are not changed for convenience.
To install Portable PRISM - Windows Phone 8, run the following command
in the Package Manager Console
PM> Install-Package PortablePrism.WP8 -Pre
please try this : https://prismwindowsruntime.codeplex.com
The Prism library and AdventureWorks Shopper RI demonstrate how to create Windows Store apps using C# and XAML for Windows 8.1 and Windows Phone 8.1.
I reached out to Blaine Wastell (one of the prism dev team) on Twitter who said that the guys would be looking to start development on this in February or March.
https://twitter.com/blainewastell/status/423927087993331714