6,847 questions with Visual Studio-related tags

Sort by: Updated
1 answer

How to check the build time?

I created a C++ project in VS2022. But how to check the build time? Can you help me?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,147 questions
asked 2024-10-22T13:39:05.5266667+00:00
appliu 0 Reputation points
answered 2024-10-22T14:57:15.8966667+00:00
Karen Payne MVP 35,426 Reputation points
3 answers One of the answers was accepted by the question author.

Trying to run C#, C# Dev Kit on MacBook Pro Version 11.7.10, visual studio code Version 1.90.2 (Universal)

Hi. I started to learn C# and trying to run it on visual studio code. Does not work. When I press F5, i get a pop up window with "Internal error in the debugger. Open 'launch.json' or Cancel", launch.json: { "version":…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,887 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.
10,972 questions
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,000 questions
asked 2024-09-20T08:42:53.33+00:00
G 20 Reputation points
edited the question 2024-10-22T14:46:42+00:00
TP 96,571 Reputation points
0 answers

Xamarin.Forms Android Resource.Designer generating without layout xml

Hello! Running VS22 and Xamarin.Forms 4.8.0.1269 I've got an app in Xamarin.Forms used for Windows and Android. We've recently had to rename the entire project and in doing so changing the name of all the namespaces and folders. I've triple checked and…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 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,147 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.
10,972 questions
asked 2024-10-22T11:54:19.0933333+00:00
Nilas Kjærup 0 Reputation points
0 answers

Bright controls in dark mode

Does this look to you like dark mode? VS22, latest version.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,147 questions
asked 2024-10-22T11:47:52.93+00:00
z l 0 Reputation points
edited the question 2024-10-22T11:49:00.3933333+00:00
z l 0 Reputation points
0 answers

401 Unauthorized in Azure DevOps even though user has been added to Organisation

I have added a user to the DevOps organisation But when they try to login, they are shown a 401 unauthorized message The e-mail adres behind the red bars is the same in both images. Some context: User had two Microsoft accounts (personal and…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,147 questions
asked 2024-10-22T11:37:36.7433333+00:00
Jan 0 Reputation points
2 answers

unable to uninstall visual studio 2010 service pack 1

I was Trying to uninstall Microsoft visual studio 2010 Service pack 1 , but its not getting uninstalled.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,147 questions
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,047 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,147 questions
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,047 questions
asked 2024-10-10T15:09:20.01+00:00
Avinash Kalathummarathu 0 Reputation points
commented 2024-10-22T08:44:05.6933333+00:00
Avinash Kalathummarathu 0 Reputation points
2 answers

unable to uninstall visual studio 2010 service pack 1

I was Trying to uninstall Microsoft visual studio 2010 Service pack 1 , but its not getting uninstalled.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,147 questions
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,047 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,147 questions
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,047 questions
asked 2024-10-10T15:09:20.01+00:00
Avinash Kalathummarathu 0 Reputation points
commented 2024-10-22T08:44:05.6933333+00:00
Avinash Kalathummarathu 0 Reputation points
2 answers

Provisioning Profiles and all iOS integration in VisualStudio 2022 Windows still not working properly?

Afer some update beginning/mid this year vs 22 began to have problems with the following points: Tools/Options/Xamarin/Apple Accounts the Details for the team beginning having issues loading the profiles(and certificates... both lists are and stay…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,360 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,147 questions
asked 2022-10-05T07:31:48.867+00:00
Bernhard Pollerspöck 1 Reputation point
commented 2024-10-22T08:01:01.5233333+00:00
TS 0 Reputation points
1 answer

System.AccessViolationException when adding a new item in Visual Studio using IVsProject.AddItem

I'm encountering a System.AccessViolationException while working in Visual Studio 2022. The error occurs specifically when I try to add a new UI or CLR item to a project using the IVsProject.AddItem() method. Below is the full exception log: Aplicación:…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,147 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
337 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,743 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,164 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,746 questions
asked 2024-10-16T21:32:58.7566667+00:00
Julius 0 Reputation points
commented 2024-10-22T06:18:49.5+00:00
Anna Xiu-MSFT 29,096 Reputation points Microsoft Vendor
4 answers

How Do I disable the source Server Code preview when debugging

This has been a problem for me since I updated Visual studios. For reference I am Currently on Visual Studios Professional 2022 17.11.5 With recent updates, it appears that Microsoft has introduced a new feature that opens a code editor with previously…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,147 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.
10,972 questions
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,000 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,147 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.
10,972 questions
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,000 questions
asked 2024-10-22T00:09:57.34+00:00
gklein 0 Reputation points
answered 2024-10-22T05:57:27.0266667+00:00
tobeyjennings-5150 0 Reputation points
4 answers

How Do I disable the source Server Code preview when debugging

This has been a problem for me since I updated Visual studios. For reference I am Currently on Visual Studios Professional 2022 17.11.5 With recent updates, it appears that Microsoft has introduced a new feature that opens a code editor with previously…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,147 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.
10,972 questions
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,000 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,147 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.
10,972 questions
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,000 questions
asked 2024-10-22T00:09:57.34+00:00
gklein 0 Reputation points
answered 2024-10-22T05:57:27.0266667+00:00
tobeyjennings-5150 0 Reputation points
0 answers

Theming of WPF dialog not working for all controls on the dialog

Hi, I need to change color/theme of all controls on WPF dialog whenever there is change of theme from VS2022 (i.e. Tools -> Options -> Color Theme ) I followed below MSDN…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,781 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,147 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.
10,972 questions
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.
222 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,781 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,147 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.
10,972 questions
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.
222 questions
asked 2024-10-04T14:07:53.0266667+00:00
Ajay Gera 40 Reputation points
commented 2024-10-22T03:10:59.8366667+00:00
Tianyu Sun-MSFT 30,831 Reputation points Microsoft Vendor
0 answers

Theming of WPF dialog not working for all controls on the dialog

Hi, I need to change color/theme of all controls on WPF dialog whenever there is change of theme from VS2022 (i.e. Tools -> Options -> Color Theme ) I followed below MSDN…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,781 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,147 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.
10,972 questions
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.
222 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,781 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,147 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.
10,972 questions
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.
222 questions
asked 2024-10-04T14:07:53.0266667+00:00
Ajay Gera 40 Reputation points
commented 2024-10-22T03:10:59.8366667+00:00
Tianyu Sun-MSFT 30,831 Reputation points Microsoft Vendor
1 answer

why the C# pre-build and post-build events are not called if I import a custom target with my own build target in it.

why the C# pre-build and post-build events are not called if I import a custom target with my own build target in it ? I have a C# project file, which I modified by importing my own custom target file. Inside the target, I have defined a…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,147 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.
10,972 questions
asked 2024-10-18T18:57:01.24+00:00
67883078 41 Reputation points
commented 2024-10-22T02:34:44.4066667+00:00
Tianyu Sun-MSFT 30,831 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Persistant error message in Visual Studio

I Keep getting this error. I have tried reinstalling. DEP0840: Project 'XXXXX' `requires packages 'MicrosoftCorporationII.WinAppRuntime.Main.1.2_8wekyb3d8bbwe' and 'MicrosoftCorporationII.WinAppRuntime.Singleton_8wekyb3d8bbwe' with version >=…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,147 questions
asked 2023-06-12T00:26:58.5733333+00:00
Brian Rawlings 45 Reputation points
answered 2024-10-21T23:36:09.6733333+00:00
César Costa 0 Reputation points
2 answers

Solve Unable to remove directory bin in visual studio

Hi This problem is unsolvable problem as I guess, error message " Unable to remove directory bin in visual studio 2022" regards

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,147 questions
asked 2023-02-28T08:21:46.4733333+00:00
Hossam 45 Reputation points
commented 2024-10-21T16:02:50.4766667+00:00
Roberto Hernandez Herrera 0 Reputation points
1 answer One of the answers was accepted by the question author.

Inserting TextAnnotation in graph c#

I creating simple graph with line as average (sample only), I have a code in HorizontalLineAnnotation (color red line) and TextAnnotation but the problem is that, the TextAnnotation not working properly. Here my code in HorizontalLineAnnotation and…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,147 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.
10,972 questions
asked 2024-10-12T10:42:00.2033333+00:00
YUI-012 80 Reputation points
accepted 2024-10-21T13:56:13.2066667+00:00
YUI-012 80 Reputation points
1 answer

How to set a VisualizerTargetType of type byte*?

I am trying to write a visualizer for VS2022. I managed to set it up for the byte[], but failing for the type byte*. the line new VisualizerTargetType("Byte* Visualizer", typeof(byte*)) gives me an compile time error. If I use byte[] instead,…

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.
222 questions
asked 2024-10-20T14:54:22.7066667+00:00
Bodo Scheumann 0 Reputation points
answered 2024-10-21T12:22:30.3166667+00:00
Bodo Scheumann 0 Reputation points
2 answers

I install visual studio 2022 community and install azure packages when i try to create azure function project i get error of CS0234 which is Microsoft. Azure packed not found

I installed Visual Studio 2022 community and installed Azure packages when I try to create an Azure function project I get an error of CS0234 which is Microsoft. Azure packed not found what is cause of this and what is solution to this?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,147 questions
asked 2024-10-16T18:21:52.79+00:00
commented 2024-10-21T10:07:40.9833333+00:00
Tianyu Sun-MSFT 30,831 Reputation points Microsoft Vendor
1 answer

Visual Studio 2022 (v17.8.4) Crashes with 'GlobalHubClientPackage' Error When Opened as Administrator.

m trying to open a solution in Visual Studio 2022 (v17.8.4) as an administrator; however, it crashes with the error: "The ‘GlobalHubClientPackage’ package did not load correctly."Troubleshooting Steps Taken: Updated through the Visual Studio…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,147 questions
asked 2024-10-09T23:31:22.87+00:00
Larron Webb 0 Reputation points
commented 2024-10-21T09:55:52.9866667+00:00
Tianyu Sun-MSFT 30,831 Reputation points Microsoft Vendor