6,171 questions with Visual Studio-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Backlog items created in random order when created from Board View

Hi All, I have a nicely prioritised backlog with a set order. When new items are added to the backlog using the backlog view we have the option to "Add to bottom" which I use and then put the item into the correct position within the…

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.
964 questions
asked 2022-07-11T16:40:20.737+00:00
Chris Dilworth 21 Reputation points
accepted 2022-07-12T06:39:18.64+00:00
Chris Dilworth 21 Reputation points
1 answer

Impossible to debug a driver with visual studio

Hello everyone! I try to develop a driver following differents tuto (for exemple making a kmdf helloworld driver) But when I try to debug it, i got this error : This is strange because I have seen that this is a common issue for 17.2.0 version but i…

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.
939 questions
asked 2022-07-11T09:56:00.433+00:00
bertrand leo 1 Reputation point
commented 2022-07-12T06:09:01.243+00:00
Tianyu Sun-MSFT 27,271 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How change static only text color

Hi I use this code but static background became white! What is correct color index also T tested COLOR_BTNFACE but it is incorrect color too. case WM_CTLCOLORSTATIC: { HDC hDC = (HDC)wParam; SetTextColor(hDC, 255); return…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 questions
asked 2022-07-11T16:40:13.547+00:00
drjackool 956 Reputation points
commented 2022-07-12T04:09:36.297+00:00
drjackool 956 Reputation points
1 answer

发现 VS2022 的两个问题在 Windows10X64 下 / Two problems of VS2022 are found under Windows10X64

1、双击 sln 工程时,有时打不开工程文件。那个 VS2022 加载窗体一直显示。查看进程 CPU,一直为0;如果先打开 VS2022,在打开工程文件是没有问题的。 2、VS2022 编译 ffmpeg x64,发现 link.exe 有两个进程,CPU 一直为0,链接 avcodec-59.dll 失败。 When you double-click the sln project, sometimes the project file cannot be opened. The…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 questions
asked 2022-07-08T01:50:44.337+00:00
宝宝 张 1 Reputation point
commented 2022-07-11T10:19:26.103+00:00
PengGe-MSFT 3,331 Reputation points
1 answer

VS Community 2022 is stopped during the debugging

Hi, this is Rina. I use VS Community 2022 for implementing the scripts using python. After changing VS Commnity 2022 from 2019, I often meet the kind of freeze when debugging. Below figures are the time when I met the freeze. 1) When I finished…

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.
939 questions
asked 2022-07-11T03:45:55.963+00:00
Rina Lab 1 Reputation point
answered 2022-07-11T10:09:03.557+00:00
Anna Xiu-MSFT 25,631 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Visual Studio version selector always chooses preview version

I have Visual Studio 2022 Pro and 2022 Pro Preview versions both installed on my system. Since the preview version installed, all my solution files opens with the preview version but I rather like it to be opened with the previous RTM build (in which…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 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.
964 questions
asked 2022-07-08T10:27:09.253+00:00
Péter Hazai 26 Reputation points
accepted 2022-07-11T05:59:16.847+00:00
Péter Hazai 26 Reputation points
1 answer

how can i download an offline install file of Visual studio

how can i download an offline install file of Visual studio2022?

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.
964 questions
asked 2022-07-11T03:57:22.677+00:00
eadissz 1 Reputation point
answered 2022-07-11T05:23:14.997+00:00
Anna Xiu-MSFT 25,631 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to create a var inside of a void and then access it outside of that

I have a button that when clicked opens a OpenFileDialog: private void ImportNether_Click_1(object sender, EventArgs e) { OpenFileDialog mydialog = new OpenFileDialog(); …

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,249 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.
939 questions
asked 2022-07-10T18:23:39.64+00:00
Stoutscientist 21 Reputation points
answered 2022-07-10T19:40:40.923+00:00
Stoutscientist 21 Reputation points
1 answer

Blend and source control

I have created a solution with a WPF project using VS2022, and then have added it to source control in GitHub, after coding and pushing in VS2022 I want to continue developing using Blend, however when opening the solution Blend does not realize that it…

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,671 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 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,249 questions
asked 2022-07-07T21:56:37.22+00:00
Pablo gil 86 Reputation points
commented 2022-07-08T18:46:51.93+00:00
Pablo gil 86 Reputation points
1 answer

Problems loading in large number of dlls as references in Visual Studio

Hello, I am trying to bring into my project 256 dll files using the Reference manager. When I click browse and select all, Visual studio does not display any errors and it also does not load the assemblies in. However, when trying to import in…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 questions
asked 2022-06-23T22:19:19.86+00:00
tisva 1 Reputation point
commented 2022-07-08T17:44:55.783+00:00
tisva 1 Reputation point
1 answer

Enum values in C++/CLI class Library are not visible in C# in VS2022

In C++ we have a nested class, where we have an outer class and the inner enum class as Public (like below code snippet) Using PlatformToolSet as V100(VS2010) we have generated C++ Dll and adding it as a reference in C# library. From the C# project…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,496 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 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,249 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,527 questions
asked 2022-06-24T15:28:50.97+00:00
Nagaswathi Sadari 1 Reputation point
commented 2022-07-08T11:29:42.583+00:00
Nagaswathi Sadari 1 Reputation point
1 answer

how can I use ssdt bi in visual studio 2022

I want to use the SSRS Reporting tool in visual Studio 2022 in the options I find the ssrs but there is no way to start a reporting project ??

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,799 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.
964 questions
asked 2022-07-06T07:25:16.13+00:00
Stepper, Ludwig 1 Reputation point
commented 2022-07-08T08:08:19.86+00:00
Anna Xiu-MSFT 25,631 Reputation points Microsoft Vendor
1 answer

Auto save on visual studio 2022 preview 17.3 on my mac m1

Hi, just like the title said.. How can I enable auto save in my visual studio 2022 preview on my m1 mba? I read some blog post that its already available on preview 2022 this but I think this is for windows. I tried navigating to…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 questions
asked 2022-07-05T03:27:30.117+00:00
Michael Scotfield 26 Reputation points
commented 2022-07-08T07:25:16.44+00:00
Anna Xiu-MSFT 25,631 Reputation points Microsoft Vendor
2 answers

Visual Studio 2022 keeps on deleting my code...

On Fresh Reinstall on Windows 11 with the latest Visual Studio. It loads up my project and bam!. All of the view models on my xamarin forms project have only a skeleton code and they are empty. I have tried touching all the files in the project to make…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 questions
asked 2022-07-06T22:19:27.177+00:00
Marc Lisevich 41 Reputation points
commented 2022-07-08T07:01:59.113+00:00
Tianyu Sun-MSFT 27,271 Reputation points Microsoft Vendor
0 answers

Issue with <event call stack> in Visual Studio 2019 16.11.16 in DirectX11 graphical debugger

Good afternoon. I ran into an annoying problem in the Visual Studio graphical debugger. For some reason, when I click on a call in the call stack, it does not redirect to the code from where this call was made. How to fix this problem?

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.
939 questions
asked 2022-07-07T19:46:55.167+00:00
Стас Шауро 1 Reputation point
commented 2022-07-08T06:19:16.483+00:00
Tianyu Sun-MSFT 27,271 Reputation points Microsoft Vendor
1 answer

ClickOnce - Installation folder Setup on the server side

I am traying to publish an application via ftp, using visual studio 2015 and Net Framework 4.5.2 I have a local ftp in a lan web using windows ftp. But do i need to create a iis website for the Installation folder Setup? if i neeed to do that how…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,828 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 questions
asked 2022-07-04T14:26:57.323+00:00
Aurquiel --- 1 Reputation point
commented 2022-07-08T05:02:16.597+00:00
Jack J Jun 24,286 Reputation points Microsoft Vendor
1 answer

VS 2019 – import VS 2013 color theme

I use Visual Studio 2013 with a custom theme I created using the extension Visual Studio 2013 Color Theme Editor, version 3.1, by Microsoft. I have been required to switch to Visual Studio 2019. In the list of extensions available for VS 2019, there…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 questions
asked 2022-07-07T20:32:07.957+00:00
BoncekJohn-9525 156 Reputation points
answered 2022-07-08T03:10:24.723+00:00
Tianyu Sun-MSFT 27,271 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Need clarification about the need of InprocServer32 key value

We have 32 bit application, One of the COM dll is getting registered through Install shield script and we could see the below entries in windows registry. HKCR\CLSID{MY-COM-GUID}\InprocServer32 (Default) ="C:\Application\View.dll" …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,127 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,422 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,527 questions
asked 2022-07-08T00:16:01.22+00:00
James J 586 Reputation points
accepted 2022-07-08T01:25:26.363+00:00
James J 586 Reputation points
1 answer One of the answers was accepted by the question author.

Package version to update project .NET core in visualstudio

My project is using .NET Core version 3.1. There are packages in version 3.1., 5.0. and 6.0.*. As I am using the .NET Core 3.1 framework, do I have to use 3.1.* packages? Example: package Microsoft.EntityFrameworkCore.SqlServer

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,375 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,166 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 questions
asked 2022-07-07T17:28:01.727+00:00
Ricardo Lima 21 Reputation points
accepted 2022-07-07T19:34:05.103+00:00
Ricardo Lima 21 Reputation points
0 answers

Publishing ASP.NET Core app from Visual Studio 2022 to Azure does not work without checking out web.config

When I try to publish my ASP.NET Core app from VS 2022 (latest version) to Azure, the publishing fails in case the projects web.config file is not checked out. After manually checking out this file, publishing works. How can I make publishing…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,166 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 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.
939 questions
asked 2022-07-04T18:37:40.913+00:00
twoelfer@hotmail.com 136 Reputation points
commented 2022-07-07T18:05:24.317+00:00
ajkuma 22,401 Reputation points Microsoft Employee