Fail to run a Excel VBA Code in Windows Server while successfully run it in Windows 11
I have an Excel file with a bunch of VBA code from my teammate. I tried to open and run the VBA function in Windows 11, and everything worked successfully. However, when I tried to open this Excel file on a Windows Server, I encountered a runtime…
Developer technologies | Visual Basic for Applications
Why can't my generic Blazor app read the LocalDb for Identity?
I wanted to see how a new Blazor Web app uses the LocalDb that is created when you create a new application that uses Individual Accounts during the project creation process. In my AppSettings.json file it created this connection…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor


How do I share a Sqlite database between my desktop and laptop?
I'm writing a Minimal API application using .NET 9. I started this on my laptop, then committed the changes to my GitHub repo and tried to pick up where I left off on my desktop. However, when I tried to test it using Postman to retrieve the dishes of a…
Developer technologies | ASP.NET | ASP.NET API


How to Debug Remote MAUI App Launch
I have a .NET 9 MAUI app being deployed to a remote Xcode iOS iPhone 16 Plus. All components have the latest release software. The deployment is successful, and the application is launched and the splash screen displayed on the phone. However, the first…
Developer technologies | Visual Studio | Debugging


WebRequest Migration to HTTPClient - Needing Feedback to Calling Function
Hello.. I have some code migrating from VS Studio 2013 to VS Studio 2022. Seeing that WebReq has been deprecated. Working to migrate to HTTPClient. Seems that httpclient is async only, I am guessing here... My overall code is written to call a RoboCall…
Developer technologies | VB
DLL file not found when invoking function from Excel/VBA
I'm running Windows 11 with 64-bit MS/Office 2021. I have a very large (>25KSLOC) Excel/VBA application with a helper DLL written in C and compiled by Visual Studio 2022. The last time I used the app was May 4, 2025, and it worked perfectly. Today,…
Developer technologies | Visual Basic for Applications
Managing SEO Wtih MVC
Hello everyone and thanks for the help in advance. I am developing a Asp.Net MVC website that will hopefully, be used for commercial purposes. I need insight as to how to manage items such as page titles, meta data, and other information necessary for…
Developer technologies | ASP.NET | ASP.NET Core
Need to discern which HID device inputs are coming from (C# Windows Form)
I'm programming a system which will have several HID devices. Each HID device is intended to input to a different part of the process (program). Specifically I'll have three bar code readers, one at different parts of a test system, to monitor where a…
Developer technologies | C#
How to build an app to check if any file is opened by another program(C#, Windows)?
I tried my best to build an app to check if a file is opened by another program. I used ChatGPT, Gemini to do so. But their solutions didn't work. Now I need your help: using System; using System.Collections.Generic; using System.Diagnostics; using…
Developer technologies | C#

Upgrade from Dynamics CRM On-Premise to 9.1 CRM On-Premise
Recent upgrade of Dynamics CRM -On -Premise version 9.0.19.8 to 9.1.37 causes looping on certain forms. It appears to me that the issue might be Java Script related. I am looking for anyone that has had a similar issue post upgrade. No error or event…
Developer technologies | C#
Websocket is connected or disconnected without error Blazor Web App .Net 8
Hello, Websocket not connected in production returns the error WebSocket connection to 'wss://accounts.innovustech.in/_blazor?id=7pvrUUJdL7CjvoTLn17Y4A' failed: (anonymous) @ blazor.web.js:1 blazor.web.js:1 [2025-07-27T11:40:20.323Z] Information:…
Developer technologies | .NET | Blazor

deleted developer account and cannot create a new one, this was over 60 days ago
My Developer account was deactivated and I subsequently deleted it ( I am sure I clicked delete). This was over 60 days ago and I was hoping to get started afresh, but the dashboard only shows the deleted account and that I can delete profile and…
Developer technologies | Visual Studio | Setup

Can we capture SharePoint/OneDrive user IP addresses via Microsoft Graph?
Hi team, I’d like to ask whether it’s possible to retrieve the IP address of a user accessing SharePoint or OneDrive using Microsoft Graph API, given the following permissions: User.Read.All Mail.Read Sites.Read.All Files.Read.All I’m aware that for…
Developer technologies | C#
NavigatedToEventArgs
Environment: MAUI app for Android. When I navigate to a certain page, I would like to know what was the previous page. I therefore tried: protected override void OnNavigatedTo(NavigatedToEventArgs args) { base.OnNavigatedTo(args); …
Developer technologies | .NET | .NET MAUI
Windows Shutdown
I have a small app written in .NET 9, VB. The app does use an xml data file. When shutting down the computer, this app prevents windows from shutting down to allow user to save work. This is despite the fact that NO data saving is required at the time…
Developer technologies | VB
iOS Setting SemanticFocus on ContentPage
I am testing the voiceover function for iOS. For this I have a ContentPage which contains: An AccessibilityTitle set to describe the page itself AccessbilityText for every element within the page (these elements can be Labels, ContentViews etc What…
Developer technologies | .NET | .NET MAUI
Blazor Web App using the Razor pages (.razor) from RCL
Hello, I'm trying to have the Razor Class Library (RCL) to serve the Razor pages (.razor) into Blazor Web App. First, I created a RCL project called RazorClassLibrary and simply added a new Razor compnent (.razor page). The page is under a folder called…
Developer technologies | .NET | Blazor
How to Use Cube.js API with .NET Core Application? Facing "Query Param is Required" Error
Hello, I am trying to integrate the Cube.js API into my .NET Core application. My goal is to fetch data from Cube.js using a custom query. However, I keep encountering an error and can't seem to get the integration working. Here’s the method I…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
Unable to connect Visual Studio debugger to Azure Web App
I have a web app running in Azure. This is a mature app. I have always been able to periodically connect my Visual Studio 2022 debugger to this web app to debug code. At some point in the last month, this has stopped working. I should say that this…
Developer technologies | Visual Studio | Debugging
Please reset my developer account & free phone #
I signed up for the Microsoft 365 Developer Program using the email **PII removed**, selected Personal Use by mistake, and did not receive a sandbox tenant. I have since tried to create a new developer account with a new email, but now I’m blocked from…