43,089 questions with Developer technologies-related tags

Sort by: Updated
2 answers

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
asked Jun 30, 2021, 6:09 PM
Bryan Lee Briggs 1 Reputation point
commented Jul 27, 2025, 9:54 PM
Ed Morcos 0 Reputation points
2 answers

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
asked Jun 17, 2024, 3:57 PM
Van Esch, Jacqueline 0 Reputation points
answered Jul 27, 2025, 7:38 PM
1 answer

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
asked Jul 27, 2025, 4:58 PM
Kmcnet 1,096 Reputation points
answered Jul 27, 2025, 7:01 PM
ishaq safwah 0 Reputation points
1 answer

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
asked Jul 14, 2025, 5:45 PM
Ken Woolridge 0 Reputation points
edited a comment Jul 27, 2025, 6:52 PM
ishaq safwah 0 Reputation points
1 answer One of the answers was accepted by the question author.

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
asked Jul 25, 2025, 1:05 PM
Prathamesh Shende 471 Reputation points
edited a comment Jul 27, 2025, 4:20 PM
Bruce (SqlWork.com) 78,591 Reputation points Volunteer Moderator
1 answer

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
asked Jul 27, 2025, 11:45 AM
Prathamesh Shende 471 Reputation points
edited an answer Jul 27, 2025, 4:08 PM
Bruce (SqlWork.com) 78,591 Reputation points Volunteer Moderator
1 answer

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
asked Jun 12, 2025, 4:26 PM
Pat Clifford 0 Reputation points
commented Jul 27, 2025, 1:03 PM
Fabio Del Río 0 Reputation points
3 answers

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++
asked Jul 21, 2025, 11:59 AM
Flaviu_ 1,071 Reputation points
commented Jul 27, 2025, 12:33 PM
Flaviu_ 1,071 Reputation points
2 answers One of the answers was accepted by the question author.

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
asked Feb 20, 2025, 10:00 AM
Wheelstring 195 Reputation points
commented Jul 27, 2025, 11:04 AM
Wheelstring 195 Reputation points
1 answer

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
asked May 14, 2025, 3:57 PM
Syed Aun M. Bukhari 5 Reputation points
answered Jul 27, 2025, 10:54 AM
Alisha ali 0 Reputation points
2 answers One of the answers was accepted by the question author.

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
asked Jul 14, 2025, 2:45 PM
Sajith 46 Reputation points
edited an answer Jul 27, 2025, 7:13 AM
manny orton 0 Reputation points
1 answer

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
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,195 questions
asked Mar 27, 2023, 6:06 PM
László Tóth 0 Reputation points
commented Jul 27, 2025, 5:01 AM
drizzle mizzle 0 Reputation points
1 answer

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
asked Jul 19, 2025, 1:58 PM
Rod Falanga 616 Reputation points
commented Jul 27, 2025, 3:21 AM
Rod Falanga 616 Reputation points
1 answer

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#
asked Jul 22, 2025, 3:16 PM
Rahmatulloh 40 Reputation points
answered Jul 26, 2025, 5:27 PM
Bruce (SqlWork.com) 78,591 Reputation points Volunteer Moderator
1 answer One of the answers was accepted by the question author.

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#
asked Jul 26, 2025, 1:09 PM
Vajk Vas 20 Reputation points
commented Jul 26, 2025, 2:06 PM
Vajk Vas 20 Reputation points
1 answer One of the answers was accepted by the question author.

how to use DASH or HLS to play video in asp.net core?

how to upload video and then play it using DASH or HLS?

Developer technologies | ASP.NET | ASP.NET Core
asked Sep 1, 2023, 2:44 AM
mc 5,611 Reputation points
commented Jul 26, 2025, 11:12 AM
Stamati Crook 0 Reputation points
1 answer

MFC opening dialog, find starting position

Windows 11, Visual Studio 2022, C++ MFC This line is in OnInitDialog() of the class that starts when the app is started in debug mode. CWnd::GetWindowRect( &m_dialog_location_size );``  ``// Get the window rectangle            The .left and .top…

Developer technologies | Visual Studio | Debugging
asked Jul 24, 2025, 7:47 PM
Bryan Kelly 516 Reputation points
edited an answer Jul 26, 2025, 10:00 AM
RLWA32 50,051 Reputation points
2 answers One of the answers was accepted by the question author.

How to use SUM or other functions to sum the cells of the established IF function in Excel?

The cell formula of the established IF function is =IF(O2+P2+Q2<=80,"80",IF(O2+P2+Q2<=110,"150",IF(O2+P2+Q2<=140 ,"190",IF(O2+P2+Q2<=140,"190","230")))) I want to add up these result values,…

Microsoft 365 and Office | Development | Other
Microsoft 365 and Office | Excel | For business | Windows
Developer technologies | Visual Basic for Applications
asked Apr 20, 2022, 6:03 AM
尉寧 羅 21 Reputation points
answered Jul 26, 2025, 7:15 AM
Ashish Mathur 99,490 Reputation points Volunteer Moderator
1 answer

NET9 MAUi connection from Visual Studio to iMac

In my iMac, I have installed NET9 and the workload for MAUI, latest version. I created a shiny MAUI project based on NET9. When I try to run the application from Visual Studio to a simulator such as iPhone 15 iOS 18.1, I get this error MSBuild was…

Developer technologies | Visual Studio | Setup
asked Jul 23, 2025, 4:19 PM
Enrico Rossini 201 Reputation points
commented Jul 25, 2025, 8:38 PM
Grant Schaffer 25 Reputation points
1 answer

XSLT/XSL-FO transformation function stops working (Exception from HRESULT: 0x80131401)

Hello, My Visual Studio is again not working for XSLT/XSL-FO transformations. The error message that displays is: FileLoadException Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401). All…

Developer technologies | Visual Studio | Other
asked May 20, 2024, 11:36 AM
Tsvetelina Ilieva 15 Reputation points
commented Jul 25, 2025, 8:31 PM
Chang, Henry 0 Reputation points