Exception "Hybrid player not valid" when trying to deploy an app using Azure Remote Rendering to Hololens2 - hololens

I am developing an app for Hololens2 with Unity, Mixed Reality Toolkit and Azure Remote Rendering. Something with ARR (probably a misconfiguration) produces a deploy-time error:
*** Assertion ***
Expression: "hybridPlayer"
Function: "RemotingXrLayerXrCreateApiLayerInstance"
File: "D:\a\_work\1\s\src\libstreamer\hybrid\HybridPlayerOpenXrLayer.cpp"
Line: 1480
Message: "Hybrid player not valid."
Unhandled exception at 0x00007FFAF0BFACC4 (Microsoft.Holographic.HybridRemoting.dll) in hololens-<redacted>-unity.exe: 0xC0000602:
Does anyone have any idea where this could come from? My rendering pipeline is set to HybridRenderingPipeline, and my MRTK profile to ARRMixedRealityToolkitConfigurationProfile.
I will happily provide more information. It's just that at the moment I don't know what information is relevant to the problem.
Thank you!

This is a regression in the latest Azure Remote Rendering SDK. Please go back to Version 1.0.41 for now. This should be fixed with the next release.

Related

Application Insights has started throwing "Method Not Found" error

I have started getting an error in ApplicationInsights on 8/26/2022 #3am EDT. Our code hasn't change and has been running for a month without issue. This error has started out of nowhere.
AI (Internal): [Redfield-Microsoft-ApplicationInsights-Extensibility-Web] TelemetryInitializer Microsoft.ApplicationInsights.Web.SyntheticUserAgentTelemetryInitializer failed to initialize telemetry item System.MissingMethodException: Method not found: 'Boolean Microsoft.AspNet.TelemetryCorrelation.ActivityExtensions.Extract(System.Diagnostics.Activity, System.Collections.Specialized.NameValueCollection)'.
at Microsoft.ApplicationInsights.Web.Implementation.RequestTrackingExtensions.CreateRequestTelemetryPrivate(HttpContext platformContext)
at Microsoft.ApplicationInsights.Web.Implementation.RequestTrackingExtensions.ReadOrCreateRequestTelemetryPrivate(HttpContext platformContext)
at Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryInitializerBase.Initialize(ITelemetry telemetry)
When I try to search for help on this, I cannot find anything because Application Insights is used to help people find errors and exceptions... so when I try to get help, it provides help on how to use Application Insights data instead of providing information on what to do when Application Insights is reporting it's own error.
I am at a loss here, I don't know how to progress further to understand why this issue just started happening and what I can do to resolve it. It would appear as if this issue is causing our Azure CPU usage to fly out of control and is causing the entire site to lag.
Application is written in VB.NET using v4.6.2.
To circumvent the issue, we have turned off Application Insights. I was 1 version back, so it's possible there was an issue that was corrected and this will go away when the new version goes live (with the updated reference).

CookiePolicyOptions' does not contain a definition for CheckConsentNeeded

I am implementing SignalR using dotnet core on visual studio code
on Linux debian ,and following this tutorial (working at the time of posting).
Inside the startup class I got this error message.
According to this article CookiePolicyOptions class does contain the property CheckConsentNeeded which is used to check consent policy.
I am unable to solve this please help.

Error using elastic database transaction with sql azure

I have 2 SQL Azure DB's (V12) within a single server and wants the transaction to be atomic. Trying to do what is mentioned here.
I get below exception while trying to wrap the transactions in a single transaction scope. The project targets .net version 4.6.
What am I missing here?
Error message (in case image doesn't appear on your end): "The service has encountered an error processing your request. Please try again. Error code 8510.
A severe error occurred on the current command. The results, if any, should be discarded."
Thanks!
Can you check that you are running with .NET 4.6.1? You need 4.6.1 or later and the exceptions looks like you are running on an earlier .NET version than that.
Thanks,
Torsten

ASP.NET RC1 Update 1 in Azure Web Site

I have my startup developed in ASP.NET Core RC1 and published in Azure like a web site.
Sometimes I don't know why, the web app is down. I don't know what exactly happens, but I have an error in GCI like this:
The specified CGI application encountered an error and the server
terminated the process.
I have about 100K users, but it happens in hours that I don't have a lot of users using the web.
Here you have some screenshot about the errors:
I have created an API in a version of ASP.NET 4.5 to upload images to the platform (I know about the error of uploading files in Kestrel) and I'm in a point where I don't know what happens.
I'm using Application Insight in my platform, and I have received an alert, about the service:
90% of all the failed requests had this exception: Exception
method: System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess
Exception type: Microsoft.AspNet.Server.Kestrel.Networking.UvException
I am totally frustrated about how to solve the error. My web app was totally fine when I was working in ASP.NET 4.5 in AWS, but now, I have a lot of problems...
What can I do? Any idea or help? Thanks.

IAPClientPaymentException: Application ID initialization fails j2me nokia

I just want to know, what can make the IAP prompt this kind of exception "com.nokia.mid.payment.IAPClientPaymentException: Application ID initialization fails" when you test it in the emulator.
Another related question: The documentation says to remove the TEST_MODE.TXT file when pointing it to live server. I removed the text but now I get Security Exception. Whats the workaround for this? I am using java sdk 2.0 and the emulator that came with it.

Resources