Issue with the connection
Hi, I got the issue like ExecuteScalar requires an open and available Connection. The connection's current state is closed. on the last line below. Any help?
Developer technologies | .NET | Other
api-ms-win-core-winrt-string-l1-1-0.dll is missing from my computer
api-ms-win-core-winrt-string-l1-1-0.dll is missing from my computer
Developer technologies | C++
LTS version
WHICH VERSION IS LTS? .net10 or .net9.0 or .net8.0
Developer technologies | ASP.NET | ASP.NET Core
Issue to access the server from the client
Hi, The project is running well on the server like I get the issues like The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer’s network connection. If your computer…
Developer technologies | ASP.NET | ASP.NET Core
VS 2026 development of MAUI apps for mobile IS NOT POSSIBLE
This is a total mess - I just upgraded to VS 2026 community and .NET MAUI development is totally broken - it's not possible to install SDKs, it's keep failing with license acceptance error, of course I click "Accept" but it does not work. I…
Developer technologies | Visual Studio | Other
Request for Publisher Reinstatement – Will Remove Copyrighted Assets
Hello Marketplace Support Team, My publisher account appears to be missing and the manage portal returns a 500 error. I understand that one or more of my extensions may have violated Marketplace policies due to inclusion of copyrighted movie audio…
Developer technologies | Visual Studio | Extensions
Request for Publisher Reinstatement – Will Remove Copyrighted Assets
Hello Marketplace Support Team, My publisher account appears to be missing and the manage portal returns a 500 error. I understand that one or more of my extensions may have violated Marketplace policies due to inclusion of copyrighted movie audio…
Developer technologies | Visual Studio | Extensions
GitHub Copilot Authentication Bug: "Continue with undefined" in VS Code 1.108.1
Hi Team, I am experiencing a persistent authentication failure in VS Code where the login interface displays "undefined" instead of the provider names (GitHub, Google, etc.). The Issue: When clicking the "Sign in to use AI Features"…
Developer technologies | Visual Studio | Extensions
Need to download Visual studio Build Tools 2012, essential for the product we are building, not able to find this version anywhere
Need to download Visual studio Build Tools 2012, essential for the product we are building, not able to find this version anywhere
Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Other
How do I get a property which is an object, converted to a bool?
I've got a C# class in a Minimal API, which gets returned. The class looks like this: public class APIResponse { public APIResponse() { ErrorMessages = new List<string>(); Result = new object(); …
Developer technologies | ASP.NET | ASP.NET API
Unable to create 2nd Tenant (MS Developer Program)
I am able to create the tenant with the activation code from Visual Studio Enterprise Subscription but unable to create the 2nd tenant with the Microsoft Developer Program. As can be seen in the 2nd image, I am missing the tab to create the second…
Developer technologies | Visual Studio | Testing
how to set Intune App Dependencies via Intune Graph API (via PowerShell)
Hello! I want to set app dependency (based on an existing dependency in a differnt tenant) in intune using the example of this following guideline: https://learn.microsoft.com/en-us/graph/api/intune-apps-mobileappdependency-create?view=graph-rest-beta I…
Developer technologies
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
How to disable SSL pinning in MAUI application?
I want to disable the SSL pinning in UAT mode and I tried like below: On ClientSingleton.cs I have added a method ConfigureHttpClientForEnvironment(): public void ConfigureHttpClientForEnvironment() { var handler = new HttpClientHandler(); if…
Developer technologies | .NET | .NET MAUI
WinForms Form icon changes to EXE icon when positioned beside taskbar overflow (Windows 11)
In a VB.NET WinForms application (.NET Framework 4.0) running on Windows 11, a specific icon switching behavior occurs when the taskbar becomes crowded. Here is my code snippet: Public Class Form1 Private Sub Form1_Load(sender As Object, e As…
Developer technologies | Visual Basic for Applications
Is VS Enterprise 18.3.2 update a problematic ?
Hi, Yesterday I had successfully build and published MAUI Blazor Hybrid App successfully with VS.NET 2026 Version 18.3.1. Today I found new update 18.3.2 and thought to update VS before starting the day. But as soon as i trying to compile the app I…
Developer technologies | Visual Studio | Debugging
AJAX XmlHttpRequest open 2nd parameter url not working Web app
Hello, I'm learning AJAX. I have a Razor Pages web app, and here is my page to test, AjaxModel. @page @model AjaxModel <h2>Ajax Partial Example</h2> <p><button class="btn btn-primary"…
Developer technologies | ASP.NET | ASP.NET Core
What File Has My Breakpoint Information?
Developing C++ code. I try to keep my backup files small by removing directories like .vs. One thing I miss when recovering a project (solution) is the breakpoints, which can be elaborate. Is there a particular file that contains a project's…
Developer technologies | Visual Studio | Debugging
Visual Studio 2026 Issue
Have installed Visual Studio 2026, when finished and want to close, notice appears on the screen from the Visual Studio Installer "Do you want this app to make a change to your computer?". Sounds like the installer has not completed the…
Developer technologies | Visual Studio | Setup
WinForms Form icon changes to EXE icon when positioned beside taskbar overflow (Windows 11)
In a VB.NET WinForms application (.NET Framework 4.0) running on Windows 11, a specific icon switching behavior occurs when the taskbar becomes crowded. Here is my code snippet: Public Class Form1 Private Sub Form1_Load(sender As Object, e As…