How to resolve infinite loop issue in Azure AD authentication in Asp.Net MVC application
We have an Asp.Net MVC application running on v4.6.1. We are implementing SSO authentication using Azure AD. We are using Microsoft.Owin.Security.OpenIdConnect library for cookie based authentication. Below is our auth configuration - public void…
Developer technologies | ASP.NET | Other
Data importation from excel promblem
How can i solve this in my SQL data importation TITLE: SQL Server Import and Export Wizard ------------------------------ The operation could not be completed. ------------------------------ ADDITIONAL INFORMATION: A network-related or instance-specific…
Developer technologies | .NET | .NET CLI
I have a problem using one-time passwords on the authenticator.
Dear Microsoft Support, I can’t log in to my company (crm) account because my previous Authenticator device (iPad) is no longer available. When I enter the code from my current device, it says “Invalid Authentication Code.” Please help me reset or…
Developer technologies | Visual Basic for Applications
Will Integration Services projects work with Visual Studio Professional 2022 on Windows 11.I
I recently changed from VS Enterprise to VS Professional, and then upgraded to Windows 11. I am now unable to install Microsoft Data Tools Integration Services. I receive Error 0xe0434f4d: Failed to execute EXE package.
Developer technologies | Visual Studio | Extensions
How to fix VS code debug failure for python
This is what my VS code is displaying even when i try to debug a simple python file of print("Hello World"). I have used Vs code for about a year now and it has never happened. I even re-installed it but it still displays the same. I have even…
Developer technologies | Visual Studio | Debugging
Inconsistent Character Rendering in PDF Page Images Using PdfPage.RenderToStreamAsync in .NET MAUI
We are using the PdfDocument API to access PDF pages and convert them into images using the PdfPage.RenderToStreamAsync method, in our .NET MAUI application. However, we are facing an issue where some characters are missing in the rendered images.…
Developer technologies | .NET | .NET MAUI
System.ComponentModel.Design.Serialization.CodeDomDesignerLoader
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager manager) at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager) at…
Developer technologies | Visual Studio | Debugging
Validate eol of each line of the text file
Hi, I used the way below to validate the eol of each line. How to ensure that I have the validation (by it) against each line of the text file?
Developer technologies | C#
Support Needed: Error 0x800B0100 - App Package Must Be Digitally Signed
Hello Community, I'm currently facing an issue while creating a UWP package in Unity, and I keep encountering the error 0x800B0100. The error message states, "The app package must be digitally signed for signature validation." Here are the…
Developer technologies | Universal Windows Platform (UWP)
How to test my C++ function
How to test a C++ function? My function returns wrong results. I’m debugging. The only way I can think of is creating a new console application, then copy the function into it and input test data one by one using keyboard. Do you have better…
Developer technologies | C++
VS Code Remote-SSH stuck at “Checking .log and .pid for a running server”
Hi Microsoft VS Code team, I'm encountering a persistent hang issue with VS Code Remote-SSH when connecting to my remote Linux machine. Environment VS Code version: Version: 1.104.3 (user setup) Commit: 385651c938df8a906869babee516bffd0ddb9829 Date:…
Developer technologies | Visual Studio | Extensions
Visual |Studio 15.9.75 not updating to version 15.9.76
I'm trying to update visual studio from 15.9.76 to 15.9.76 using the patch from microsoft catalogue, it installs correctly but shows the old version.
Developer technologies | Visual Studio | Setup
Need latest .NET 8 compatible versions (NuGet/DLLs) for old .NET Framework libraries
Hello everyone, I’ve recently migrated my application from .NET Framework 4.7.2 to .NET 8 (Core). During setup creation, I noticed some of my older DLL references are still pointing to the .NET Framework version. I want to replace them with the latest…
Developer technologies | .NET | .NET Runtime
C# 'Microsoft.Reporting.WinForms.ReportViewer' Control Not Showing Print Preview on Windows 11
In a C# application built with .NET Framework 4.8 and running on Windows 11, an issue is being faced with the 'Microsoft.Reporting.WinForms.ReportViewer' control. Clicking the print button results in a print preview window that displays "No preview…
Developer technologies | C#
Keep Advancing VB.NET for Modern Workloads
Visual Basic has been a cornerstone of Microsoft’s developer ecosystem for decades. It continues to power countless business-critical applications, especially in enterprises that rely on stability, readability, and rapid development. While I understand…
Developer technologies | VB
Merging Word Document using C# and OpenXML
I am working on an application where I need to copy some specific part from a word document and insert it at a specific place in another document. I am using C# and OpenXML SDK. My code works but for some specific pair of documents, the bullets get…
Developer technologies | C#
Visual Studio will not update
I have tried everything including uninstalling and reinstalling Visual studio. For some reason it continues to give me this error with really no information. I am unable to update VS 2022.
Developer technologies | Visual Studio | Setup
OIDC discovery metadata inconsistent across regions — PKCE field missing on build 2.1.22024.3
Since Oct 3 2025, our applications using Microsoft Entra ID (Azure AD) OpenID Connect have seen intermittent authentication failures. We discovered that different ESTS clusters behind…
Developer technologies | C#
About offline version upgrades of Visual Studio
現在、以下バージョンのVisual Studioをオフライン(インターネットに接続できない)環境に導入しております。 <導入Visual Studioバージョン> Microsoft Visual Studio Enterprise 2022 (64 ビット) - Current Version 17.10.2 公開されている脆弱性情報への対応のため、上記のバージョンから、17.10.18にバージョンアップするための資材としてMicrosoft®Update…
Developer technologies | Visual Studio | Setup
How to convert all kind of GIS file/s to GEOJSON format ?
Hi, How to convert all kind of GIS file/s to GEOJSON format ? Is there any way to give as input zip the GIS files and get GEOJSON format as an output, not using online tools? If you have sample code it will be great ? Thanks,