Stored Procedure not executing as SQL Agent Job
I have a stored procedure (1) that updates JSON data (via JSON_Modify()) in an auditing table to replace raw binary with a short string 'Binary column data.'. This stored procedure functions when executed in SSMS, but when I try to have a SQL Agent Job…
Developer technologies | Transact-SQL
SQL Server | Other

looking for download - Microsoft Visual C++ Redistributable 32-bit
I need this download to run an older program and cannot find it on Microsoft's website
Developer technologies | Visual Studio | Extensions
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
After VS installation, where are the VS environment variables (e.g. VS_INSTALL_DIR)?
After I install Visual Studio Community, where are the VS environment variables (e.g. VS_INSTALL_DIR)?
Developer technologies | Visual Studio | Setup
How to turn off C# Auto Formats on Enter in VSCode
When I press enter in VSCode with the C# extension, it simply reformats all my code. I can't find any setting to toggle this behavior off. Before: After. All I need it to do is go to the next line.
Developer technologies | C#
HttpContext is null in production but working currently in development Blazor Web App .Net 8
hello, HttpContext after successful login, it is null in production but working currently in development Blazor Web App .Net 8 Interactive Auto. I have added this authorizationhandler and assigned to httpClient in program.cs public class…
Developer technologies | .NET | Blazor

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

Debug -> "Attach to Process" in Visual Studio 2022 Professional is not adding the Script file to the Solution Explorer
Dear Microsoft team, I am trying to attach my ALM application project workflow script using the instructions provided in the below…
Developer technologies | Visual Studio | Debugging
cant log into my account
i ca not log into my email this keeps coming up Please retry with a different device, use a VPN, or other authentication method to sign in. For more details, please see https://go.microsoft.com/fwlink/?linkid=2317517
Developer technologies | Visual Basic for Applications
The correct CChildFrame is not activated after the predecessor is closed.
MFC MDI application. Opened several CChildFrame s. (To illustrate better my issue I identified every CChildFrame with an unique id.) Opened, lets say, 5 CChildFrame. 1, 2, 3, 4, 5. List the order of the CChildFrame by menu: About: List…
Developer technologies | C++
Unique ID of MAUI device
Hello IT gurus I need some unique identifier of MAUI device (platforms: iPhone/Windows/Android/Tizen/MacCatalyst...) like MAC address of device, whatever... I want answer on this question: Is it the first (self) app instalation on this device? Yes/No…
Developer technologies | .NET | .NET MAUI
NuGet Package Manager Error in Visual Studio 2022 on Windows 11
The NuGet Package Manager has suddenly stopped working in Visual Studio 2022 on a Windows 11 PC. An error occurs when trying to load the Package Manager, displaying the following message: [nuget.org] Unable to load the service index for source…
Developer technologies | Visual Studio | Setup
Raw Input report rate is so low
Hello. I'm trying to scan some keyboard input, and it works but the polling rate is so low. The hidclass.sys driver seemed to aggregate some input packets while I don't want to do that. Is there a way to make the HID driver have high polling rate (at…
Developer technologies | C++
How to load Langauge Server (LSP) when loading the extension package
I have a requirement of loading the Language Server (LSP) explcitly without opening any file (of the Language Server's content type). But currently the Langauge Server gets loaded only when a file of this content type is opened. Is there a way to load…
Developer technologies | Visual Studio | Extensions
How can I retieve my missing account
Hello, I tried to contact you, but I didn’t know how. Anyway, I have an old email that I created when I was young, and it is linked to the middle of my games, but I don’t know how to retrieve it, and I don’t remember the password. Is there a way I can…
Developer technologies | Windows Forms
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…
Developer technologies | .NET | Blazor
Azure Static Web Apps
Is it possible to create MSIX deployments for .NET Framework apps?
I'm going through a Packing MSIX apps tutorial. At work we've got some .NET Framework WPF apps which have been deployed using the older ClickOnce deployment methodology. However, I can see that I'm going to have to drop that and use MSIX instead. What…
Developer technologies | Windows Presentation Foundation


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#
Why does the post-increment/decrement operator precede the pre-increment/decrement operator?
Hi! I was checking out the Microsoft article for operator precedence in C# (https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/#operator-precedence), and I saw that in the table, x++ and x-- precede ++x and --x. I didn't really…
Developer technologies | C#
MAUI USE OF BING FOR ERROR REPORTING
With the latest releases, when debug deploying my MAUI app to an Android phone, during the early execution Chrome appears targeting Bing with the following URL: "https://www.bing.com/?ref=aka&shorturl=View/SystemErrors/1". The browser…
Developer technologies | .NET | .NET MAUI

