NuGet Restore fails for Microsoft.Azure.Kinect.BodyTracking.Dependencies.cuDNN - azure

I am trying to run C++ code for Azure Kinect Body Tracking samples on Windows available from Microsoft on Git. I have latest NVIDIA drivers installed on my system. While trying to build the project in Visual Studio, NuGet restore for Microsoft.Azure.Kinect.BodyTracking.Dependencies.cuDNN fails for me with a message "could not find a part of path build/native/Microsoft.Azure.Kinect.BodyTracking.Dependencies.cuDNN.targets".
On the other hand, the body tracking viewer app works fine for me.

I was able to solve this by reinstalling the Visual Studio. Not sure what was failing but it got resolved after fresh install.

Related

Downloading via SDK manager works but adding dependencies through gradle fails in android studio

I am currently facing some problems with android studio. It works fine when I download things via SDK manager or update android studio components but gradle dependencies download shows timeout after trying for some time. I have a decent internet connection. Cannot figure out where is the problem. Tried every configuration I know from windows firewall but nothing seems to work. I am not using any proxy.

Xamarin.iOS Can not resolve reference: System.Threading.Tasks.Extensions.dll

I am trying to build a Xamarin.iOS(runtime v4.0.30319) project but keep getting the following error
Severity Code Description Project File Line Suppression State
Error Can not resolve reference: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Extensions.dll myApp.iOS C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets 795
When I look in C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.iOS\v1.0\Facades I can see System.Threading.Tasks.Extensions.dll exists.
and when I compare Xamarin.iOS.Common.targets on another machine that works, there are no differences
after extensive searching I have not been able find a solution. I have also tried:
manually adding the .dll to the iOS project
reinstalling the .netstandard framework which is used
deleting the solution and pulling from source control (I'm the only one affected by this issue)
compared my set up to other working set ups
Extra information (possibly irrelevant): This is a cross platform solution and when built in the android environment, everything works as expected.
This issue was caused by a versioning mismatch.
I was running developing in on my windows machine and deploying to an iOS device via a mac on my local network.
The iOS version held on the mac differed from the version in my xamarin iOS project (the mac had been updated by another dev).
The resolution for me was to make sure both versions were the same
I too had a similar problem but there was no System.Threading.Tasks.Extensions.dll on the Mac in the /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades folder. However on the Windows PC, this file exists in the C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.iOS\v1.0\Facades folder.
The solution for me was to copy the System.Threading.Tasks.Extensions.dll file from the Windows PC to the Mac.
I ran into this issue as well. My solution was to launch Visual Studio on the Mac (in my case a Mac Mini) and grab all updates for Visual Studio. One of the updates specifically mentioned the System.Threading.Tasks.Extensions.dll issue that I had been experiencing. After the updates I was able to build the project.
Release note of Visual Studio 15.9.4 :
"Error MT2002: Failed to resolve 'System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder' reference from 'System.Threading.Tasks.Extensions...'" when building a Xamarin.iOS project."
https://learn.microsoft.com/fr-fr/visualstudio/releasenotes/vs2017-relnotes#-visual-studio-2017-version-1594visual-studio-2017-version-1594-

using push notification using on visual studio on genymotion

I followed the link given below:
https://azure.microsoft.com/en-in/documentation/articles/app-service-mobile-cordova-get-started-push/#optional-configure-and-run-the-app-on-android
I also built the quick start azure project as said by your tutorial.
Now that I am trying to run the app on genymotion emulator (I have installed google play services in it) the build is giving me many errors
please click on the link of the image to see the errors
PS: The process is giving build errors so using genymotion is actually not a problem
Someone please help
The error indicates that you are missing a dependency from the Android SDK. Open up the Android SDK Manager and install google play services. If you installed the Android SDK as part of the Visual Studio install, you may need to run the SDK Manager as Administrator to do the install.

Android studio doesn't create project structure

I am new to Android studio. I tried to create my first project and there is no project structure only gradle files. What am I doing wrong? I keep getting these files with creation of another new project.
Update SDK via Android SDK Manager. You need all packages in Tools to be installed.
But even after doing so, I can't make it to auto generate resources. So I continue to deal with it...
I found what was my problem. I updated Android studio from version 1.x to 2.x. On official site is written that if you try to install version 2.x into same location Android studio might not work properly and there could be some unexpected behavior.
So just removing Android studio and then reinstaling it, worked perfectly.

Trouble downloading Windows Azure SDK 1.4

I am trying to download the Windows Azure SDK 1.4.
The Web Platform Installer pops up, and I choose "add" for "Windows Azure Tools for Microsoft Visual Studio 2010 - August 2011". I click "accept" to the terms, and the installer downloads and tries to install the sdk.
I then get a message: "We're sorry. The following products have failed to install.", then lists everything I tried to download. It says that "this product cannot be installed because product that it depends on did not install successfully."
Download log available here.
Any idea what the problem could be?
I had a similar issue.
To get around it I started uninstalling the previous versions of everything it was trying to install. The installer worked after I'd unistalled the Visual Studio tool kit and the Azure SDK.
Fortunately when you rerun the WPI it doesn't try to re-download the files.
Try to download the msi without the platform installer to skip the dependencies.
http://www.microsoft.com/en-us/download/details.aspx?id=28045

Resources