Undefined symbol when calling AudioToolbox function in native C static library in iOS MAUI
Hi all, I'm integrating a native C static library (libmylib.a) into my .NET MAUI iOS project. The library exposes several C functions. One of them uses the VideoToolbox framework and works fine. Another function uses AudioToolbox, but causes a linker…
.NET MAUI
publish to server 2019 as exe crached
Hi, I used maui in net 9, and deployed it as exe using dotnet publish -f net9.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…
.NET Runtime
How to create a Keyboard shortcut for a particular page and listen it continuously until the page disappears in .NET MAUI
For example there is a Main Page. i need to activate a function when the user hit on "Ctrl+s"
.NET MAUI
unable to debug and connect to a real IOS device while running my MAUI app from windows
Hi, i had created a MAUI app on windows .netSDK 8.0 and using IOS xcode16 to debug and deploy that on to my real IOS mobile device, but unable to do that and getting a 'self signed root' error while im debuging the same. Tried changing the .netSDK to…
.NET MAUI
Function app is not able to hit the breakpoint when an api is called and not even able to browse the api url
Function app is not able to hit the breakpoint when an api is called and not even able to browse the api url. Solution is running in the debug mode but still not hitting the api breakpoint. I tried to attach the debugger also but dotnet.exe for the…
.NET Runtime
deps.json does not exist
Hello everyone!! I am a junior programmer trying to make a project in .NET MAUI, but when it comes to scaffolding my database, I get the following error: The specified deps.json…
.NET
.NET
.NET MAUI
.NET MAUI
deps.json does not exist
Hello everyone!! I am a junior programmer trying to make a project in .NET MAUI, but when it comes to scaffolding my database, I get the following error: The specified deps.json…
.NET
.NET
.NET MAUI
.NET MAUI
Unable to load the service index for source https://api.nuget.org/v3/index.json.
Visual Studio2022: Nuget package manager is giving error: Unable to load the service index for source https://api.nuget.org/v3/index.json. Windows 10 machine Cannot access https://api.nuget.org/v3/index.json. in the browser …
.NET Runtime
Getting error when build project
C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(5094,5): error MSB3030: Could not copy the file…
.NET MAUI
How can I host a shared Blazor Custom Elements app on a different Domain?
I tried to publish a Blazor app with custom elements on a Static Web App and reference it from another deployed app. Just added the necessary script tags pointing to the static web app. It does not work. Looking into the blazor.webassembly.js…
Blazor
Azure Static Web Apps
Blazor Parameter Or CascadingParameter Set Property Calling many time
Hello , Please Check Below Image Here in CascadingParameter Set Call Multiple Times , Why? I also Try Parameter But same things Happened . How We stop this Continuous Calling Without Any Flag, Please Kindly Suggest
Blazor Training
Forwarding debugger port 8872 , Detecting existing process
HI all, From last few days I'm getting an issue related to android build both Debug and release mode also not working. In debug mode even app also not installing, I'm getting Forwarding debugger port 8872 Detecting existing process am start -n…
Xamarin
Problem building for Android: Resources\values\colors.xml : error APT2126
Hi, I've made a MAUI app using VS Code that works on Windows and now I want to run it in an Android emulator. Everything's setup, JDK, Android SDK, the emulator AVD, and I can do a Build from VS Code that produces output files in…
.NET MAUI
Maui project not build after added this plugin "Plugin.Firebase.Analytics"
Maui project not build after added this plugin "Plugin.Firebase.Analytics" Create New Project -> Update All Packages -> Add "Plugin.Firebase.Analytics" NuGet package -> After clean Project -> Rebuild the project and it'…
.NET MAUI
How Cast(Convert) Java.Lang.Object derived to C# object
Hi. I'm going to use Microsoft SignalR with Xamarin.Android. so I need to setup 3 projects; -Web Application(as Server) -Xamarin.Android( as Client) -Shared Project (containing Models) suppose we have a simple POCO C# class which is shared…
Xamarin
Implementing OIDC client in ASP.NET Framework 4.8 application
Hi, We have our ASP.NET web application which has been developed using .Net Framework 4.8. We have done the authentication using WS Feb (Auth0). It has been configured in Web.Config. I would like to change it to OIDC. Kindly suggest how it can be…
.NET Runtime
Images show up on other devices but not windows build
Hi, I am building a .net maui application my .png's show up on android and android emulators But I am unable to get the same image on windows build, or any image for that matter of fact Here is the code that use. var var image = new Image() { …
.NET MAUI
Getting CORS on Azure AD B2C with For a talent that configured under Microsoft Entra External ID
Hello Team, Getting CORS error when we configure Azure AD B2C in my angular app. The "Sign Up Sign In" user flow is not coming with MsalGuard. I added Redirect URLs properly in App Registration. Here I'm sharing my app-config and…
.NET Runtime
Adding Blazor Identity to existing Blazer project fails with a 'null path' exception
Hi! I have the following: .Net SDK 9 Visual Studio Community 2022 v 17.12.3 Windows v10.0.19044 Blazer Server App When I try to add the Blazor Identity "scaffolding" I get a "There was an error running the selected code generator:…
Blazor
Visual Studio
Strange behavior of .NET MAUI application on different versions of Android.
The application window styles have a background image added. The application uses a theme based on Theme.Material3.Light.NoActionBar. The application was tested on both emulators and physical devices on Android 9 and Android 15. Unlike on Android 9,…