HRESULT:0x80004003 Invalid pointer WinRT information: deviceId is a required parameter

0

I have a UWP application which has access to video call. On selecting video call an exception is thrown.

[A debugger is attached to exe but not configured to handle this unhandled exception.To debug this exception,detach the current debugger.1

A debugger is attached to exe but not configured to handle this unhandled exception.
To debug this exception,detach the current debugger.

When I change the debugger type to Mixed(Managed and Native) in properties.

Exception thrown at 0x76083572 in exe: Microsoft C++ exception:  
Platform::NullReferenceException ^ at memory location 0x18DBF0B0.   
HRESULT:0x80004003 Invalid pointer WinRT information: deviceId is a required parameter.  
uwp
uwp-xaml
xamarin.uwp
asked on Stack Overflow Oct 31, 2019 by Gayatri • edited Oct 31, 2019 by karel

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0