why i didnt could started with the band? - microsoft-band

im having problems with the installation of the nuget packets for the microsoft band sdk, im using visual studio 2015, in a pc of 64 bits, i have a warning:
could not install package microsoft.band 1.3.10702.you are trying to
install this package into in a a project that targets NETFramework,
Version=v3.5, but the package does not contain any assembly references
or content files that are compatible with the framework,for more
information contact the package author.
any help?

The Band SDK supports only Windows (Store) 8.1 and Windows Phone 8.1 applications. It cannot be used with a Windows (desktop) application or one that targets an older version of the .NET Framework (such as v3.5).

Related

Is Microsoft package Mono.Posix.NetStandard supported on .Net Core 3.1 in Linux?

I'm building a .NetCore 3.1 console application to run in the Linux OS.
I'm attempting to use the Mono.Posix libraries.
If I use Mono.Posix-4.5 (May 2015), the app builds both under on Linux and Windows 10 platforms.
If I attempt to use Mono.Posix.NetStandard, the app builds in my Windows 10 environment.
However, it does not build on Linux.
I get the following error message:
I want to use the latest stable version of Mono.
Is .NetStandard supported with .NetCore 3.1?
Is there something I missing here in terms of requiting additional dependencies?
Thanks, JohnB

Setup qtcreator using Microsoft Enterprise WDK

I'm trying to setup qtcreator using Microsoft Enterprise WDK.
I want to build MSVC and UWP apps, but I do not want to install MS VisualStudio.
Does anyone know howto setup debugger cdb, c and c++ compiler, ... for qtcreator. Since MS EWDK is unzipped in a folder like C:\Dev qtcreator cannot auto-detect it.
I also flipped through the QT documentation, but it is confusing me.
I still have no solution to integrate EWDK into qtcreator.
But there is an alternative to install a "minimum" Microsoft environment for qtcreator:
Install the Visual Studio Build-Tools, which is new as of 2017 and only select the build-tools for C++
Install only the debugger from Windows SDK

Unable to install Nuget package in my Xamarin Cross Platform Application

I am developing a xamarin cross platform that is composed of following projects
1)Portable
2)IOS
3)Android
4)UWP
I am facing an issue while installing NuGet package for the xamarin portable project. Actually the NuGet that i am trying to install is targeted on .net Framework version 4.5.2. So we need the .net Version 4.5.2 or higher in our application in order to install this library. However when i try to change target framework version in my project properties to 4.6 then also i am facing the compatibility error that given package is not compatible with .net 4.5.
So what is the correct way that to set the .Net framework version in the project so that i can install it any project.
I have also referred to this doc by Microsoft
https://learn.microsoft.com/en-gb/dotnet/standard/net-standard#comparison-to-portable-class-libraries
that shows compatibility matrix.
I think it is related to .net standard 2.0. use these links
https://xamarinhelp.com/upgrade-pcl-net-standard-class-library/
https://blogs.msdn.microsoft.com/dotnet/2017/08/14/announcing-net-standard-2-0/

SDK Mismatch Errors UNSUPPORTED_SDK_VERSION_ERROR on android from OSX development

using android studio 1.5.1
JRE 1.6.0
with the newest Android band sdk microsoft-band-1.3.20105.2.jar
developing on osx 10.11.2
targeting a galaxy not SDK version 22 (min version stated as 17)
trying to run the sample code
BandInfo[] devices = BandClientManager.getInstance().getPairedBands();
throws
UNSUPPORTED_SDK_VERSION_ERROR
What am I doing wrong?
Most likely the error message is "The version of Microsoft Health installed does not support this application. Please update to the latest version of Microsoft Health.".
So, all you should have to do is update the version of Microsoft Health you have installed on your phone.
Each new version of the Microsoft Band SDK appears to only work with the latest version of Microsoft Health, as it is that application that holds on to the Band's Bluetooth connection.

Package restore failed when I use a portable library

I am trying to install the nuget pacakge EntityFramwork.Sqlite in a portable library which targets are .net 4.6 and windows universal 10.0. If I do that, I get an error that says package restore failed.
If I create project library that is for .net 4.6 then I can add the package and if I create a universal portable library only for windows 10 applications, I can add the package too.
So, if I can use the package in .net 4.6 projects and windows universal projects, why can I not use it in a portable library that targets this kind of projects?
Thanks.
EF7 currently targets netstandard1.3 (aka dotnet5.4) and .NET 4.5.1. As of today (Jan 14, 2016), there is no PCL profile to includes both of these. (see http://embed.plnkr.co/03ck2dCtnJogBKHJ9EjY).
See also https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/standard-platform.md

Resources