Skip to main content

All Questions

Tagged with
1 vote
1 answer
702 views

How To Detect That Microphone Is In The Use Using C#

I have one UWP application in which I am trying to detect if microphone is used by any application or not. Here is the code to get the microphone from my system. namespace CallDetector { public ...
Smit Rathod's user avatar
2 votes
0 answers
1k views

Operation is not supported on this platform. Using EmbeddedFileProvider

I already update all my nugets. When I build it in debug mode there is no problem. Is there a workaround for this or even a proper solution? Here is my startup method where i load the appsettings with ...
NinjaOnSafari's user avatar
3 votes
0 answers
459 views

.NET MAUI Essentials Authenticator error in UWP missing AppManifest.xml

i'm trying to implement authentication with Essentials API in a .NET MAUI project async Task OnAuthenticate(string scheme) { try { WebAuthenticatorResult r = null; ...
Matteo Beretta's user avatar
0 votes
1 answer
355 views

How to I open another app within an app in UWP

So I'm trying to open a maximum of two apps concurrently, the user, clicks a button listed on the navigation menu and then the app opens in the blank red area of the top level app, like so: Here is ...
Sylas Coker's user avatar
1 vote
2 answers
128 views

Method 'HttpBaseProtocolFilter.put_CookieUsageBehavior(HttpCookieUsageBehavior)' was not included in compilation

I am working on Xamarin application - UWP, while in debug mode everything is working fine. Once I switch it to "Release" mode the application started crashing. After some divedeep, I can see "Method '...
Pranay Deep's user avatar
  • 1,383
0 votes
0 answers
279 views

Xamarin UWP compiling with .Net native tool chain causes run time exceptions

I have a xamarin application that works fine until i check the "compiling with .Net native tool chain" in the project properties. I get following exceptions: Exception thrown: 'StructureMap....
Maxqueue's user avatar
  • 2,454
0 votes
1 answer
799 views

UWP Navigation Pane go back button not working

I'm learning UWP and trying to implement GO BACK button in a navigation pane. I put go-back button under a RelativePanel right below menu button. The below is my current XAML page: <Page x:...
Jeremy Parker's user avatar
2 votes
1 answer
2k views

UWP User Control DependencyProperty not working

I'm learning UWP User Control and facing the below code: <Page x:Class="LearningUWP.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas....
Jeremy Parker's user avatar
0 votes
1 answer
48 views

UWP AdaptiveTrigger minWindowWidth background not changing

I'm learning UWP and having the below code not working: <Page x:Class="LearningUWP.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas....
Jeremy Parker's user avatar
0 votes
1 answer
299 views

System.String in UWP

From where does the reference of the System.String is being done in UWP application projects? I got this question as I have a String.Replace method option Replace(String, String, StringComparison) in ...
RinoTom's user avatar
  • 2,326
0 votes
1 answer
139 views

portable library with Xamarin - .NET Standard vs. UWP

I have the following situation: Assembly X is a Xamarin class library I'm building. It is targeted to iOS, Android, and .NET Standard 2.0. Assembly X references the portability APIs in Xamarin....
E. Bishop's user avatar
  • 156
1 vote
0 answers
136 views

Xamarin.Forms - ListView shows up in UWP but not Android

I've searched the internets and reviewed this document at Microsoft but I still can't get my ListView to display on Android. It shows up fine in UWP though. Any assistance would be great. In case you ...
Tong's user avatar
  • 754
0 votes
1 answer
273 views

Port Android Studio app to .NET UWP

I have a complex Android app which now needs to run on UWP. I figured that I'll have to re-write and re-design most of it but I'm wondering if there's any way whatsoever that I can at least port some ...
Adam McMahon's user avatar
0 votes
1 answer
862 views

Xamarin.Forms ControlTemplate Triggers

I'm trying to use Triggers in my ControlTemplate but the control is not updating. I have tried using both basic property Trigger and DataTrigger. Has anyone used Triggers in a ControlTemplate in ...
Darlene's user avatar
  • 808
1 vote
1 answer
666 views

how to debug xamarin code in visual studio 2017

I am creating a project on UWP with Xamarin form but I am unable to debug code?? I am creating a Login.xaml page and code on design part is :- <Button Text="Login" Clicked="OnNextPage" ...
Annu's user avatar
  • 35

15 30 50 per page