6,285 questions with Visual Studio-related tags

Sort by: Updated
1 answer

Is Microsoft C++ Build Tools - Visual Studio free for commercial use

Hello. Please help. We need to use in our organization Microsoft C++ Build Tools - Visual Studio for Python Library usage in Python. This library demands Microsoft C++ Build Tools for usage. Can we use Microsoft C++ Build Tools for free for commercial…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,694 questions
asked 2024-05-21T07:47:27.5166667+00:00
Ksandr Yas 0 Reputation points
commented 2024-05-24T12:58:56.3866667+00:00
Tianyu Sun-MSFT 27,811 Reputation points Microsoft Vendor
0 answers

How to use my computer's web browser for sign-in

I am trying to sign-in to my Visual Studio install. Specifically, sign-in to the Team Foundation Server. The problem is that as of this posting there is a widespread problem with the sign-in service. I am trying to follow the recommendation from the Live…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,694 questions
asked 2024-05-23T20:16:29.3+00:00
Kevin Johnson 0 Reputation points
commented 2024-05-24T12:41:58.4066667+00:00
Kevin Johnson 0 Reputation points
0 answers

Heap Profiling Snapshots always show Heap Size 0

Debugging Diagnostic Tools has Memory Profiler Tool enabled for native heap with snapshots. All snapshots which I take show heap size 0. My application is native c/c++ only.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,694 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.
951 questions
asked 2024-05-24T12:40:23.3433333+00:00
Yelena Zvereva 0 Reputation points
0 answers

Trouble Generating Dependency Graph for Remote CMake Project in Visual Studio 2017

Problem: I am trying to generate a dependency graph for a CMake project that is built and runs on a remote Linux server using Visual Studio 2017. Despite successfully building the project remotely, when I attempt to generate a dependency graph (.dgml…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,694 questions
asked 2024-05-24T06:16:32.42+00:00
原 江 0 Reputation points
commented 2024-05-24T12:06:08.28+00:00
Tianyu Sun-MSFT 27,811 Reputation points Microsoft Vendor
1 answer

How to resolve "An unhandled error has occurred. Reload 🗙" in Blazor application?

I am encountering this error consistently while executing my Blazor file. I reinstalled Visual Studio in case of missing files, but it did not work. I also tried creating Blazor files both from CLI and VS, but the error persists.

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,420 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,694 questions
asked 2024-05-24T05:48:47.9466667+00:00
Hassan Raza Khan 0 Reputation points
edited an answer 2024-05-24T11:01:46.68+00:00
JasonPan - MSFT 4,396 Reputation points Microsoft Vendor
0 answers

My <app>.dll.config.deploy file is missing in my Application files after publishing with ClickOnce

My windows form app is not running on other computers. I keep receiving the error that the <myappname>.dll.config.deploy is missing (a sentence like that). What should I do to fix that ? I'm stuck for days now.

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,856 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,694 questions
asked 2024-05-21T16:54:23.15+00:00
Harold Selasssee Komlah KUMAHOR 0 Reputation points
commented 2024-05-24T10:44:29.97+00:00
Harold Selasssee Komlah KUMAHOR 0 Reputation points
0 answers

Change the default project name of a Visual Studio Project

I want to change the default project name for all projects in Visual Studio. Whenever I create a new project in Visual Studio, I want it to show the name that I have defined. For example, it should display names like 'NewWindowsApp1', 'NewWindowsApp2',…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,694 questions
asked 2024-05-23T12:17:25.1633333+00:00
test code 1 Reputation point
commented 2024-05-24T09:46:20.3966667+00:00
Anna Xiu-MSFT 26,646 Reputation points Microsoft Vendor
0 answers

objフォルダに生成されるはずのAxInterop.CoReportsViewU.dllが生成されない。

Windows10(64bit)、VS2017 Professional、Coreports Ver11で動作していたPGMを、Windows11(64bit)、VS2022 Professional、Coreports…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,694 questions
asked 2024-05-24T09:38:05.2266667+00:00
Enomoto Hikaru/榎本 輝/JFE-SI 0 Reputation points
1 answer

How to Make Visual Studio Update Itself Without Asking for Administrative Permission?

Hello, How can a standard user update Visual Studio without Windows 10 prompting for an administrator username/password? In my company, laptops are provided with only standard user access. Currently, when auto-update on closure is enabled, closing Visual…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,807 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.
976 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,780 questions
asked 2024-05-15T16:22:54.68+00:00
commented 2024-05-24T09:19:04.9033333+00:00
RLWA32 40,946 Reputation points
0 answers

code object is not signed at all on .net MAUI

I am trying to debug my MAUI app on a real iOS device for push notifications. I have a remote mac connection to my mac book[Sonoma 14.5], Visual Studio 2022 [Version 17.9.7], Xcode [15.2] iOS Device[17.5] and no matter what I do I get this error : code…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,975 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.
951 questions
asked 2024-05-24T08:12:46.71+00:00
Farshad Nabizadeh 0 Reputation points
1 answer

Questions about custom build steps

Hi, this is the same question posted at https://github.com/MicrosoftDocs/cpp-docs/pull/5034 I'm looking at the pages for adding custom build steps to an existing .vcxproj file (namely…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,694 questions
asked 2024-05-21T07:03:17.48+00:00
Martin Galvan 0 Reputation points
commented 2024-05-24T08:07:54.98+00:00
Tianyu Sun-MSFT 27,811 Reputation points Microsoft Vendor
1 answer

vs2022配置qt失败

我已经安装好qt了,在vs中也安装好qt vs tools,但是在配置的时候会提示错误:

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,694 questions
asked 2024-05-22T09:10:59.5533333+00:00
𝓣𝓱𝓪𝓽 𝓶𝓪𝓷 0 Reputation points
commented 2024-05-24T08:00:48.99+00:00
Tianyu Sun-MSFT 27,811 Reputation points Microsoft Vendor
2 answers

When compiling, garbage directories are generated.

In WinForms and C#, in some projects and not in others, when compiling, some directories and dlls are generated. I don't want the directories to be generated. I would also like to know if it is possible to not generate the files in the obj directory or…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,694 questions
asked 2024-05-23T02:59:44.3066667+00:00
zequion 131 Reputation points
edited an answer 2024-05-24T07:45:31.48+00:00
Tianyu Sun-MSFT 27,811 Reputation points Microsoft Vendor
1 answer

error while installing VisualStudio error code: 532459699;

error while installing VisualStudio error code: 532459699; in my win 8.1 when installing visual studio community 2017 through unityDownloadAssistant: the vs installer crashed. Update 2919355 is installed plz help edit solved: by installing Microsoft .NET…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,694 questions
asked 2024-05-24T00:47:17.86+00:00
salehnhib 0 Reputation points
answered 2024-05-24T07:06:27.2966667+00:00
Anna Xiu-MSFT 26,646 Reputation points Microsoft Vendor
1 answer

GDK Downloads Page is Blank

Hello I am trying to download the secure GDK that allows development for Xbox. This is mentioned on all of the relevant pages, which I have access to even the "permissioned" pages. Every single link ultimately takes me here:…

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.
976 questions
asked 2024-05-23T21:33:41.61+00:00
Brockton Roth 0 Reputation points
answered 2024-05-24T06:48:34.0866667+00:00
Anna Xiu-MSFT 26,646 Reputation points Microsoft Vendor
0 answers

Did Microsoft steal my 700 Euro ?

Hello. I own a full license of Visual Studio Professional 2015. As the title implies, i payed 700 Euro for my Visual Studio license, and i have a key. When i reinstalled one of my workstations today i found out that Visual Studio Professional 2015 is no…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,694 questions
asked 2024-05-14T03:03:27.74+00:00
FrancisG 0 Reputation points
edited a comment 2024-05-24T01:19:12.0566667+00:00
FrancisG 0 Reputation points
7 answers One of the answers was accepted by the question author.

Microsoft SQL Server Studio - Dark Mode

Is there any official method to use Microsoft SQL Server Management Studio Studio with Dark Mode?

Azure SQL Database
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,694 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,892 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,564 questions
asked 2023-12-19T13:11:52.4966667+00:00
Kıvanç ÖZDEMİR 125 Reputation points
commented 2024-05-23T19:53:28.53+00:00
Yitzhak Khabinsky 25,201 Reputation points
1 answer One of the answers was accepted by the question author.

java script error during github sign in on Visual Studio Community 2019

https://answers.microsoft.com/en-us/feedback/forum/fdbk_commsite-bug/java-script-error-during-github-sign-in-on-visual/408d54b5-7ef3-4df2-82c8-3bd8e82534be sign in window is poorly populated and missing most elements you would expect during a microsoft…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,694 questions
asked 2024-03-13T01:04:08.3333333+00:00
John H. Freeman 20 Reputation points
commented 2024-05-23T12:24:16.12+00:00
John H. Freeman 20 Reputation points
0 answers

How can an editor VSIX extend the C# method 'References' UI?

In the VS extensibility model, is there a way for me to add additional links/text to the 'References' text that is shown on top of each C# methods?

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.
179 questions
asked 2024-05-22T22:23:04.6233333+00:00
Chris Fortier 0 Reputation points
commented 2024-05-23T10:00:43.4633333+00:00
Anna Xiu-MSFT 26,646 Reputation points Microsoft Vendor
1 answer

Deploy a Layout on a Webserver with Authentication

I found the possibility to host my own layout on a webserver as described here https://learn.microsoft.com/en-us/visualstudio/install/create-a-network-installation-of-visual-studio?view=vs-2022 and using the --layoutUri option to specify the address of…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,694 questions
asked 2024-05-17T13:10:02.53+00:00
Ruething Christoph 0 Reputation points
commented 2024-05-23T09:36:44.3633333+00:00
Ruething Christoph 0 Reputation points