Issue with API calls; initially the API is called with blank push id and later it will call with exact push id
I have implemented push notification in my project using Plugin.Firebase package. My problem is on saving the FCM id to database API. I am generating the FCM token on login page constructor and saving it to preferences like below: public…
Developer technologies | .NET | .NET MAUI
Issue to the deployed app
Hi, On one deployed web API project, I see the items below. How to verify it or do the testing that Web API deployment is fine (or ready) to receive the other triggered action from the client app?
Developer technologies | ASP.NET | ASP.NET API
do I require a canonical link for www.https://MySite.com or https://MySite.com/default.aspx (same content)
Hello, I have added my Asp.net website to Google Search central. The home page is the same https://https://MySite.com and https://MySite.com/default.aspx Do I need to specify a canonical link in the <head> section. or is a tag not required. I…
Developer technologies | ASP.NET | Other
Issue with Embedded Office (Excel) in MFC C++ Application – Macros Blocked in Office 365/2024
Hello, I am developing an MFC C++ application and want to embed an Excel file into my form using OLE Object. When I open the Excel (.xlsm) file directly in Office, macros work normally. However, when I embed the Excel file into my MFC application via…
Developer technologies | C++
Getting intermittent "An unhandled error has occurred" message
I'm working on a new Blazor Web Application, we're writing using .NET 9. It is an Intranet app. We have to using Windows Authentication. I'm going through the app, adding that to the app. I've got it getting my company domain name and temporarily…
Developer technologies | ASP.NET | ASP.NET Core
How to use LINQ with 20 databases
The most basic way to connect to a database using LINQ is by building out the ApplicationDBContext class, and even adding a few more classes like it. But I need to select data from as much as 25 databases. In SQL it's easy: SELECT * FROM db1..Table1 join…
Developer technologies | C#
Open Value agreement not showing up in the Microsoft 365 Admin center or Visual Studio Administrator Tool
We have an active OVL agreement purchased through Dell for 5 Visual Studio Professional subscriptions. This agreement is visible in vlcentral, but not in the 365 admin center or Visual Studio Administrator portal. Our existing license will be in-active…
Developer technologies | Visual Studio | Other
How to Implement Google Maps in a .NET MAUI Blazor App.
I'm currently developing a .NET MAUI app using Blazor and targeting .NET 7. One of the key features I'm looking to implement is integration with Google Maps to display locations of customers. However, I'm facing challenges with integrating Google Maps…
Developer technologies | .NET | Blazor
Developer technologies | .NET | .NET MAUI
How to enable automatic JIT DeBugging
How to enable automatic JIT DeBugging. Message was JIT Assortation failure visual C++ Jit assortation failed
Developer technologies | C++
.Net MAUI app broken by new version of iOS
I work intermittently on a .Net MAUI app developed using Visual Studio. The last iOS simulator I had in Xcode before the latest updates was 17.5. I bit the bullet recently and installed the latest versions of Visual Studio and Mac O/S. I immediately had…
Developer technologies | Visual Studio | Debugging
Deployed the .NET Core 8 web API in IIS - showing error: No webpage was found for the web address...HTTP ERROR 404
Deployed the .NET Core 8 web api in IIS, not showing Swagger page, even if it is not restricted to Development environment only, but it's showing this error: No webpage was found for the web address...HTTP ERROR 404. In Program.cs, the code is as…
Developer technologies | ASP.NET | ASP.NET Core
How can I make screenshots and videos in the correct resolution from my game so that I can add them to the App Store?
I have already tried to make a short video from my game. My iPaid Air was connected to my MacBook Air and I have played my game on my iPad Air and simultaneously I recorded a video with the QuickTime player. The video has the following…
Developer technologies | .NET | .NET MAUI
MAUI - Youtube Video link error code 153
Hi, I have a MAUI app, where i am embedding a YouTube link in a webview. Recently it stopped working Error 153 Video player configuration error. Even changing referrerpolicy to strict-origin-when-cross-origin is not working. How to fix it? Any help…
Developer technologies | C#
.NET MAUI Android: Custom Gesture Recognition and TalkBack Compatibility Issue
Hi everyone, I am working on a .NET MAUI project for Android and I want to implement gesture-based shortcuts to improve the user experience. For example, I want to trigger specific actions when a user draws an "L" shape on the screen. However,…
Developer technologies | .NET | .NET MAUI
Can anyone help me to learn the C# advanced concepts?
Hi Guys, I am having 4 yrs of experiencing on C#, since am getting stuck on advanced concepts. Can anyone help me to learn advanced C# concepts to improve my coding skills.
Developer technologies | C#
Byte alignment in C#
I found the following code online, although I had to refactor to support .NET 4. So nint was converted to IntPtr. The code seems to work fine with an alignment of 8, 16, and 32, but breaks down at 64. Any ideas? public static IntPtr ByteAlign(IntPtr…
Developer technologies | C#
How can I clear Visual Studio 2019 file MRU?
I want to clean-up my project MRU list in Visual Studio 2019. From what I learned, I need to manually load the VS2019 hive, located at C:\Users\me\AppData\Local\Microsoft\VisualStudio\16.0_04abf264\privateregistry.bin and edit the…
Developer technologies | Visual Studio | Other
Issues pairing with Mac from new PC
For months, I have successfully been writing iOS and Android apps through Xamarin.Forms (VS 2019) on an acer laptop (Windows 10) paired to a Mac Mini (Big Sur). On the weekend, the laptop died so I brought in an Intel Nuc I had to take its place.…
Developer technologies | .NET | Xamarin
Could not load file or assembly ‘Microsoft.Data.Sqlite, Version=9.0.6.0 in .NET 10
Hi, I have Console App I .NET 10 that reference to netstandard2.1: This is the csproj: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType>…
Developer technologies | C#
VSCode Installing C#
Hi, I am trying to setup C# in vscode on my 2013 macbook pro, which runs mac os 11 (latest update available for hardware). I can get a project setup and running with the terminal command "dotnet run" however am struggling to get any useful…