Relative Content

Tag Archive for visual-studiomaui

My physical iPad no longer showing as an option in debug

This still kind of works, but it’s showing run on “Windows Machine” in the device list, but it still deploys to my physical iPad and runs in debug. I’m pretty sure I didn’t make any code changes that would have done this; I haven’t been working in this code for a few weeks and just returned to it. I know it was working when I was last in the code.

gfxstream_backend.dll was not found

i am trying to debug an an Android Maui App in Visual Studio 2022 (v17.11) using the Windows Subsystem for Android (Android 13.0 -API 33).
But i get this error:
The code execution cannot proceed because gfxstream_backend.dll was not found. reinstalling the program may fix this problem.

Turning on Visual Studio Preview Features breaks MAUI app

I’m working away on my .Net 8 MAUI application. Everything is working fine. I think about developing in .Net 9 Preview 3 , so I installed the SDK, but when I turn on “Preview Features / Use previews of .Net SDK” the application breaks.