How to Link .NET MAUI iOS App with a Native watchOS App and Build Both Together?
I have developed a .NET MAUI app for iOS and separately created a native watchOS app in Xcode. Since .NET MAUI does not support watchOS, I am struggling with two main issues: How to link my iOS MAUI app with the watchOS app? How to build both apps…
How to get LINQ loaded in VS 2022
I installed VS 2022, 17.13.0, and included "LINQ to SQL" in Code tools. But LINQ is still not installed. I read up on StackOverflow, and watched a few videos, but I have no idea why I still cannot get LINQ installed. Any thoughts or…
How to get LINQ loaded in VS 2022
I installed VS 2022, 17.13.0, and included "LINQ to SQL" in Code tools. But LINQ is still not installed. I read up on StackOverflow, and watched a few videos, but I have no idea why I still cannot get LINQ installed. Any thoughts or…
Win11 - User32.GetRawInputData fails to read data since 24H2
Background: We are using HwndHost class to host child window inside WPF application. From WndProc method we are forwarding input messages (WM_INPUT) to child process/window using User32.SendMessage. The child process/window WndProc method then receives…
Win11 - User32.GetRawInputData fails to read data since 24H2
Background: We are using HwndHost class to host child window inside WPF application. From WndProc method we are forwarding input messages (WM_INPUT) to child process/window using User32.SendMessage. The child process/window WndProc method then receives…
Visual studio web app - is WIX good to help build a web app
Hi, I want to build an MVC razor page web app. I am thinking it might be good to use something like WIX or word press to take advantage of some of there tools to create look and feel aspects to it. I am wondering if this is a good idea? Thanks for…
type or namespace not found error (Users1,Tbliller,tblilceler)
I added a string column in the database. I deleted my model which is db first approach in ASP.net mvc. And I added it again updated from the database. But I'm getting an error, I don't understand why this could be. I've done this before, no errors …
![](https://techprofile.blob.core.windows.net/images/m5buVEA_QUeJ9P_0vgAtbg.png?8DACCA)
How can I connect to my SQL server from my VM using a .NET application.
I have a .NET application on my azure virtual machine that will not connect to my azure SQL database. I can otherwise connect to the db on my vm using SSMS. My .NET application will connect from my local laptop. I am using ENTRA ID authentication.
How can I connect to my SQL server from my VM using a .NET application.
I have a .NET application on my azure virtual machine that will not connect to my azure SQL database. I can otherwise connect to the db on my vm using SSMS. My .NET application will connect from my local laptop. I am using ENTRA ID authentication.
Visual studio 2022 Maui project unable to compile for .net 9.0-ios target
Hi, I am trying to deploy a test app to iPhone from windows visual studio but getting the following error when trying to compile. The specified network password is not correct. I have completed the automatic provisioning : I obviously have no problem…
Isolated Worker Durable Function fails with error "Exception while executing function: Did not find any initialized language workers" -- URGENT !!
What version of .NET does your existing project use? .NET 6 What version of .NET are you attempting to target? .NET 8 Description After migrating the function app from .NET 6 In-Process to .NET 8 Isolated, we are facing lot of intermittent issues. …
Sortable MVC Tables with Stored Procedure
Hello everyone and thanks for the help in advance. I am developing a MVC application that requires a sortable table. The issue is that the tables utilize queries that are best suited for stored procedures. While researching, I cam across older…
What are the different Microsoft Forms data types?
What are the different Microsoft Forms data types?
The default Firebase app has not yet been configured. Add `[FIRApp configure];` In xamarin forms(iOS)
When i build app for xamarin ios the below issue/warning occurs. Error: The default Firebase app has not yet been configured. Add [FIRApp configure]; (FirebaseApp.configure() in Swift) to your application initialization. Read more:…
Problem publishing MAUI app to App Store
Hi there We have been struggling, for over a year, with a MAUI application. At first I couldn't even produce an IPA for ad hoc distribution, but we managed to jump that hurdle. The problem is I am now trying to publish it the App Store and I keep getting…
Simplifying APK Update Process in MAUI App
I am looking for ways to simplify the update process for a private app Currently, I can download the APK of the new version from a database. However, once the APK is downloaded, I'm unsure how to use code to perform the update. It is not on the store.
![](https://techprofile.blob.core.windows.net/images/dPCXWv-J-ESdn6lyJXFiQw.png?8DD0EE)
App in Maui version 8 we are facing deployment issue
Hello, I have developed an app in app in Maui version 8 and I have created an .apk for it. The apk gets installed on some devices and cannot be installed on some devices. I have tried wide range of make and models of cellphones/mobiles. I have tried…
Duplicate App shortcuts
I have developed an app in app in Maui and I have created an .apk for it. After The apk gets installed , It creates two icons and when I try to uninstall one, both of them gets uninstalled at the same time. I have already created and deployed two small…
Failed to Publish API
api_deploy.txt Hi, WhyI am suddenly not able to publish Web API to Microsoft Azure? I am getting failed as you can see in the attached log. Kindly help.. THanks, Jassim
How to share session between framework 4.8 and .net with YARP
I realise there is plenty, plenty, of documentation/videos/help but nothing is helping me get past the very basic act of sharing session even though I see it work in the "UpgradeSample-main" example project. I'm finding resources are often…