VS2022 Publish is disabled
I am trying to create msix file for Windows but Publish is disabled please suggest.publish.gif I am using VS 2022 and recently upgraded. Thanks, Kalyan
How to query System generated columns on Developer Edition
We are using EF 8.0 to manage data, one of the recent challenges is that the query on SQL Server Developer Edition and Enterpise Edition returns different results. i.e., two columns StartTime/EndTime are generated like entity.Property(e =>…
Issue with DataGrid Selection in WPF Application
A WPF application has been developed using .NET 5, which includes a DataGrid and a button. The following is the code for the button's click event. The issue encountered is that the index and selectedRow values of the DataGrid are only correctly stored…
Android Apk not installed
dotnet publish -f:net9.0-android -c:Release /p:AndroidSigningKeyPass=math@24 /p:AndroidSigningStorePass=math@24 When I try to install apk file "on my Android phone I get below error "App not installed as app isnt compatible with your…
Blazor 8.0 NavigateTo throws an exception
Hello, I have a language selector that calls the following code and it works like a charm. On other hand, I want to change the language from within the MainLayout on Initialized event (async) but then the very same code throws an exception of type…
FirebaseApp Initialization Error in MAUI .NET 8
Hello, I am encountering an issue with initializing Firebase in my MAUI Android and iOS projects. The error message I am receiving on Android is: [mono-rt] [ERROR] FATAL UNHANDLED EXCEPTION: Java.Lang.IllegalStateException: Default FirebaseApp is not…
Tooltip look transperant
Hi, I'm using NET 8 and tooltip in some computer look transparent. How is can be solved ? <Label Text="{Binding Name}" VerticalTextAlignment="Center" ToolTipProperties.Text="{Binding}" />
What is alternative of App center as it is going to deprecate by March 31, 2025?
I am using App Center Analytics, App Center Crashlytics, and App Center Distribution for my .NET MAUI application. Are there any alternative options available for all three of these services? If so, which ones are considered good alternatives? App…
Error After Upgrading the Blazor Project WASM to .Net 8 to .Net 9
I got this errors While Upgrading my Blazor Web assembly Project to .Net 8 to .Net 9 Error Message= Source= Stack Trace: at https://localhost:7123/_framework/dotnet.runtime.o8gq1i8bk6.js:3:96088 This Error I got in console MONO_WASM:…
How to Debug WCF Project Using Visual Studio as Non Administrator
When I open Visual Studio 2022 as Admin, I can able to easily run our WCF Project which is having Net Tcp Binding, but when opened VS 2022, as Non Admin and Run this Project, I am getting the below exception. "'The service endpoint failed to listen…
js Static web assets in .net9 appera blank in the browser
I can navigate to my file from the browser but the file is blank. the reference in the obj folder is correct, and the file generated inside the .nuget folder is also correct and has all the methods, but when accesing the file from the browser it appears…
How to Resolve SQLite Network Path Access Issues in UWP Applications
We are facing an issue accessing a SQLite file located on a network path in our UWP application. Despite enabling the necessary capabilities such as internetClient and privateNetworkClientServer, the file remains inaccessible in release mode. The SQLite…
iOS app is getting crashed while navigating to another page.
iOS app is getting crashed while navigating to another page and there are no exact replication steps. This is a random crash and happening on multiple pages while navigating between pages. Below is the crash log from app center and any quick help would…
Visual Studio 2019 Crashes When Closing Windows Form in Design View
Maintaining a Windows Forms application in Visual Studio 2019 (version 16.11.42) that uses Janus controls. Recently, there is a form within the application that when opened in design view indicates there are changes as soon as it is opened. Closing and…
Blazor ValidationMessage being conditional
Hello, I have a registration form where the users can select if they are private or company. What I need is to make the Company Name validation conditional. Meaning, if they select a company it gets enabled and if they select a private it gets disabled.…
Why can't we target the browser in .Net MAUI using WebAssembly and WebGL?
Integrating WebGL and WebAssembly (WASM) at a low enough level to support a .NET MAUI/XAML runtime is possible but requires a thoughtful design that bridges the WebAssembly execution model with the rendering and UI framework requirements. Here's how this…
Why can't we target the browser in .Net MAUI using WebAssembly and WebGL?
Integrating WebGL and WebAssembly (WASM) at a low enough level to support a .NET MAUI/XAML runtime is possible but requires a thoughtful design that bridges the WebAssembly execution model with the rendering and UI framework requirements. Here's how this…
How to change the size of MAUI Shell back button? For improved use when using tablets with gloves
Hello :) I am working on a team developing a MAUI app for engineers. Many of our users have suggested enlarging the back button for better use with gloves. In my AppShell.xaml I have attempted to use Shell.BackButtonBehaviour and IconOverride to…
Visual Studio doesn´t display my Apple provisioning profiles
I have an Apple Developer Individual account and I already use Visual Studio some time to debug my iOS application on my iPad. Now I wanted to download my Apple Distribution provisioning profile in Visual Studio but nothing is displayed: I have the…
How can I create and upload an iOS-Build from Visual Studio to App Store TestFlight?
I had already created an application on App Store Connect some time ago and I had uploaded an iOS-Build in TestFlight. The iOS-Build expired and I want to upload a new iOS-Build. I had created my first iOS-Build on a macOS device. I switched from macOS…