Resolve the event issue
Hi, As event was deprecated, how to correct it below?
Developer technologies | ASP.NET | Other
Updating Visual Studio from local layout - no Internet, installation initiated (Resume)
Hello everyone, I'm quite new to the options of updating Visual Studio, so I'll write the scenario I have and I hope that someone can help me :) Majority of machines that are running various versions of Visual Studio got a Visual Studio update deployed…
Developer technologies | Visual Studio | Setup
OpenAPI issue
Hi, Can you help it below? How to fix it? Originally I was with this error "The type or namespace name 'OpenApi' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)"
Developer technologies | C#
What happened to the watch options on the debug menu?
Visual Studio (since it isn't one of your tag options: Microsoft Visual Studio Enterprise 2022 (64-bit) - Current Version 17.14.25 (January 2026) Why are the watch options no longer present in the Debug menu? How do I get them back? Moderator: Moved…
Developer technologies | Visual Studio | Debugging
VS Code 1.107 fails to start on Azure Virtual Desktop
This has been a reoccurring issue since version 1.100. We recently updated VS Code on all AVD's to version 1.107.1 and single user desktops run the application without issue; on multi-session desktops the application fails to start.…
Developer technologies | Visual Studio | Other
Separation of Layers Design
Hello everyone and thanks for the help in advance. I am refactoring a MVC application that has become very disorganized due to poor separation of models, data access, views, etc. I decided to place the models in a separate solution, however, found that…
Developer technologies | Visual Studio | Other
Getting intermittent "An unhandled error has occurred" message
I'm working on a new Blazor Web Application, we're writing using .NET 9. It is an Intranet app. We have to using Windows Authentication. I'm going through the app, adding that to the app. I've got it getting my company domain name and temporarily…
Developer technologies | ASP.NET | ASP.NET Core
ASP.NET Gridview Header column not freezing properly
I'm using gridview with freezing header in ASP.NET application. But, freezing is not showing while running the application. what is the issue in the below code...? <%@ Page Language="C#" AutoEventWireup="true"…
Developer technologies | ASP.NET | Other
Developer technologies | C#
Why am I getting System.Data.SqlTypes.SqlNullValueException?
I have a model (this code is greatly reduced): public class myClass { public DateTime? MyDate {get; set;} } and I have a database table with: create table myTable (somedate datetime null); insert into myTable select null; and I have a linq…
Developer technologies | C#
Pre-launch task for debugging system service
Hello, last days I had to remotely debug early start of system service with Visual Studio 2022. It seems that only ways how to do it are: running target in console mode - sometimes unusable, or putting Sleep() into service_main and manually attaching…
Developer technologies | Visual Studio | Debugging
Why is the return value nil when StartTraceW is invoked via Go, while the obtained traceHandle is still 0?
Hello everyone, and distinguished experts. The code is as follows: = func (s *Session) Init() error { if s.readMode { return nil } // start the etw session var handle uint64 utf16Name, err := syscall.UTF16FromString(s.Name) if err != nil…
Developer technologies | C++
Corrupted Micorosft Visual C++ Redistributable
Hi, I have a problem with Micorosft Visual C++ Redistributable. I thinks its badly corrupted. I was trying to install a newer one and got error that "The older version of Microsoft Visual C++ 2022 X64 Additional runtime cannot be removed" …
Developer technologies | C++
Migrating 2019 Visual Studio SQL Server Unit Test Case Projects to 2022 or 2026
According to Microsoft documentation, data unit test projects created in Visual Studio 2017 and earlier rely on GAC-installed dependencies. To upgrade such projects to use the latest dependencies, the recommended approach is to right‑click the project in…
Developer technologies | Visual Studio | Testing
Bug -Move SharpCompress from 0.42.0 to 0.44.5 failed
Hi, I'm using Console App in .NET 10 reference to class library :netstandard2.1 as follow: <Project Sdk="Microsoft.NET.Sdk"> **<PropertyGroup>** **<TargetFramework>netstandard2.1</TargetFramework>** Before: After:…
Developer technologies | C#
Could not load file or assembly ‘Microsoft.Data.Sqlite, Version=9.0.6.0 in .NET 10
Hi, I have Console App I .NET 10 that reference to netstandard2.1: This is the csproj: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType>…
Developer technologies | C#
Can Windows display digital signatures from JAR files in file properties?
I have JAR files that are digitally signed with valid code signing certificates. The signatures verify correctly using standard Java tools, but they don't appear in the Windows file properties Digital Signatures tab. Windows only shows Authenticode…
Developer technologies | .NET | Other
SSDT failure in Visual Studio 2019
When generating a database deployment script in Visual Studio 2019 SSDT, I get this error. Errors occurred while modelling the target database. Deployment can not continue.
Developer technologies | Visual Studio | Other
Azure and AI development workloads missing in vs installer
I’m experiencing an issue where the Azure Development and AI/ML Development workloads are missing from the Visual Studio Installer across two separate installations: • Visual Studio 2022 Enterprise (17.14.4) • Visual Studio 2026 Enterprise (18.2.1,…
Developer technologies | Visual Studio | Setup
Unable to load winforms designer in VS2022/VS2026. Error = "Timed out while connecting to named pipe"
I am unable to access the winforms designer in VS2022 or VS2026. The error simply says "Timed out while connecting to named pipe". The project was built in 2022 so I know it has previously worked. This error has only began to appear today.
Developer technologies | Visual Studio | Other
Getting weird errors testing maui app on ios
tried testing my maui app on ios, I paired to mac then selected a Iphone 17 with an ios of 26 and i keep getting these errors. The same for if i plug my iphone into my mac device and select it as a remote device. Ive also tried doing the update to 10,…