7,374 questions with Visual Studio-related tags

Sort by: Updated
1 answer

visual studio installer not open

When I opened visual studio installer, it pop up a blank screen and never open. the error on the log file is "Exception occurred while trying to write telemetry session to the network."

Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,153 questions
asked 2025-05-02T14:45:55.44+00:00
Alan Cheng 0 Reputation points
answered 2025-05-03T06:08:21.02+00:00
Ansh 0 Reputation points
0 answers

MFC Edit control produces debug assert on first action

Windows 11, Visual Studio 17.13.3, C++, MFC, dialog app Question:  In the dialog constructor,  add code for an Edit Control to clear it and get a popup dialog stating: Debug Assertion Failed! Details I solicited Bing.com and ChatGPT (right name?) for…

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,074 questions
asked 2025-04-26T21:03:46.9+00:00
Bryan Kelly 426 Reputation points
commented 2025-05-02T09:09:45.06+00:00
David Lowndes 2,615 Reputation points MVP
2 answers

After VS2022 version 17.12.0 update Address Sanitizer no longer works for my C++ project

I've just updated visual studio to the version in the topic and the project which worked ok 5 minutes ago with Asan on (/fsanitize=address) now throws this error when starting the debugger: The procedure entry point __sanitizer_ignore_free_hook____dll…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,449 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,920 questions
asked 2024-11-13T12:56:41.03+00:00
Andrei Hanganu 5 Reputation points
commented 2025-05-02T05:43:56.64+00:00
Peter Vermilye 0 Reputation points
1 answer

Best Practices for Adding Class Libraries

Hello everyone and thanks for the help in advance. I need to understand the benefits of adding multiple projects to a Visual Studio solution. Previously, for example when I created a data access class library that would be reused in multiple solutions,…

Visual Studio Training
Visual Studio Training
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Training: Instruction to develop new skills.
41 questions
asked 2025-05-01T01:38:43.09+00:00
Kmcnet 1,006 Reputation points
answered 2025-05-02T04:13:18.16+00:00
Pradeep M 8,185 Reputation points Microsoft External Staff
7 answers

Visual Studio find text in code editor auto jumps from the current line to another one

Hello, Does someone knows how to fix an annoying behaviour in the code editor of Visual Studio.? I have a .cs file with 10 000 lines of code. I am positioned within the file to see the lines from 920 to 950 I am trying to find a specific text…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,449 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,431 questions
asked 2021-12-14T15:38:27.647+00:00
Liviu Ionut Olteanu 11 Reputation points
commented 2025-05-01T22:41:36.37+00:00
Rose Kenner 0 Reputation points
0 answers

.NET Maui project won't start after upgrading visual studio 2022

I upgraded visual studio 2022 to 17.13.6 my .NET Maui project targeting .NET 8.0 builds with no errors and deploys successfully but does not start

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,074 questions
asked 2025-05-01T21:25:41.58+00:00
Sabel Bbela 0 Reputation points
1 answer

Addressing CVE-2025-0167 vulnerability - How to upgrade curl and libcurl 8.12.0

Hi team, please I need a step-by-step approach to upgrade curl and libcurl from 8.9.1.0 to 8.12.0. First I will like to understand what type of file should I download? I plan to install on several VMs. Thanks

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,074 questions
asked 2025-04-22T14:21:48.47+00:00
Adewuni Olufunso 20 Reputation points
commented 2025-05-01T14:11:20.69+00:00
Adewuni Olufunso 20 Reputation points
0 answers

Error Loading OLE data connection components in Visual Studio 2022

I am getting this error when loading SSIS integration projects: Error loading 'FileImport.conmgr' : Unable to create the type with the name 'OLEDB'. I have loaded the OLE components I wrote out a better explanation 3 times, but your system wouldn't…

Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,153 questions
asked 2025-05-01T13:27:45.5933333+00:00
Paul Baratelli 0 Reputation points
0 answers

SSH into Mac with VS22 17.13.6 and Mac Sequoia 15.14.1 and Xcode 16.3

With the latest updates to MacOS and Xcode, I am unable to connect my .NET and Xamarin applications to a MacMini. I am getting SSH connection errors when trying to connect to a Mac. I have a second Mac with 15.13.1 and Xcode 16.2. I would think the issue…

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
368 questions
asked 2025-04-30T22:52:46.73+00:00
David Rodenberg 0 Reputation points
2 answers

In Visual Studio 2022 in Error list window errors are not displaying

Hello Team, Required help on resolving the issue which I'm currently facing. In my Visual Studio 2022, Errors are not showing even though the error count was showing in the Error list window, but when I click on the Errors it was not showing any error,…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,449 questions
asked 2024-11-05T11:10:39.9366667+00:00
YerniSunilKumar Boddu 5 Reputation points
edited a comment 2025-04-30T22:22:15.18+00:00
Brad Herald 0 Reputation points
1 answer

Does `vc_redist.x64.exe /install /passive` restart a user's system?

https://learn.microsoft.com/en-us/cpp/windows/redistributing-visual-cpp-files?view=msvc-170#command-line-options-for-the-redistributable-packages This example command installs the x64 Redistributable. It shows installation progress, but doesn't require…

Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,153 questions
asked 2024-10-24T13:46:07.7666667+00:00
user 0 Reputation points
commented 2025-04-30T09:14:08.1266667+00:00
Klaus Hammer 0 Reputation points
0 answers

Debugging typescript on Visual Studio

I'm trying to debug a Cloudflare worker typescript project on Visual Studio 2022, I did a post on developer community about the issues i'm experiencing. I'm cross posting it here in case someone has any types or suggestions in how i could solve any of…

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,074 questions
asked 2025-04-30T09:04:37.2266667+00:00
Lilo 20 Reputation points
2 answers

MS Visual C++ 2022 x64 14.40.33810 The Feature you are trying to use is on a network resource that is unavailable

While trying to install a game the Visual C++ runtime fails to install and errors out. I see two versions installed on the computer but can't uninstall them. I tried install Visual Studio just to get the installcleanup.exe utility, ran that, and those…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,449 questions
asked 2024-06-19T04:42:31.35+00:00
David C 0 Reputation points
commented 2025-04-30T07:11:43.5466667+00:00
steph rib 0 Reputation points
0 answers

Hyperlinks Created in VSCode Not Opening in Chrome

There are issues with hyperlinks created in VSCode not displaying in the default browser, Chrome. Multiple URLs and browsers have been tested without success. The URL is correctly placed within the quotations of the href, but the hyperlink does not show…

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,074 questions
asked 2025-04-26T17:02:05.9566667+00:00
alex the curious 0 Reputation points
edited the question 2025-04-30T04:47:51.48+00:00
simo-k 7,885 Reputation points
1 answer One of the answers was accepted by the question author.

visual studio 2022

visual studio 2022 when creating a new uwp c# windows project no blank app option is shown

Visual Studio Training
Visual Studio Training
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Training: Instruction to develop new skills.
41 questions
asked 2025-04-25T22:50:14.52+00:00
Jim Franzmeier 20 Reputation points
accepted 2025-04-30T03:33:03.02+00:00
Jim Franzmeier 20 Reputation points
0 answers

How to troubleshoot memory allocation errors in Visual Studio Community 2022

A memory allocation error is encountered when using Visual Studio Community 2022, particularly during system shutdown or when pulling from GitHub. Assistance is needed to resolve this issue, which a local store indicated may be related to the software.

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,074 questions
asked 2025-04-30T03:16:40.6166667+00:00
Ryan Wien 0 Reputation points
1 answer

Old VB.net project form won't load. WTF is "NuGet"?

I tried to load an "old" VB.Net project I wrote in 2023. The form/designer won't load. I can see the code, but not the form. When I try to load it, I get the message: "Loading Designer." but nothing ever loads. At the bottom of the…

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,074 questions
asked 2025-04-28T21:31:20.5933333+00:00
Mugsy's RapSheet 196 Reputation points
commented 2025-04-29T15:34:31.7766667+00:00
Mugsy's RapSheet 196 Reputation points
0 answers

Issue: Cannot perform minimal layout download to retrieve software to update Visual Studio with Base\Target format.

Details: When running the minimalLayout.exe program like below   MinimalLayout.exe generate --targetLocation c:\VSLayout\ --productIds Microsoft.VisualStudio.Product.Enterprise --baseVersion 17.12.5 --targetVersion 17.12.6 --languages en-US   __I am…

Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,153 questions
asked 2025-04-29T15:23:43.56+00:00
Jeff 0 Reputation points
0 answers

Visual Studio IDE Designer support for .Net 7 End Date

Dear Engineer, Microsoft posted an article on 24th Oct 2024 about the Microsoft design-time support policy. I have apps that still use .Net 7 and which utilise older .Net 6 components (which are no longer supported as the company is no longer in…

Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,153 questions
asked 2025-04-29T05:52:18.09+00:00
George 0 Reputation points
0 answers

Choosing the Right VS Code Extensions for Java Development with Ant Build

I have an existing Java project built using the Ant build engine. I see there are many extensions for VS Code that provide various levels of Java support. I saw one each from both Microsoft and Oracle. But do I need both or are they duplicates? Do…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
276 questions
asked 2025-04-29T02:50:35.7766667+00:00
Will Pittenger 306 Reputation points