visual-studio Questions

1

I want publish .NET Core 3.1 project as self-contained. All build, saves, but in root folder so many dll like System.Collection.dll, System.IO.dll etc. How put these libs in custom folder?
Knickerbocker asked 4/2, 2022 at 9:49

5

Solved

I just downloaded Visual Studio and the name is showing like this "Visual Studio Community 2017 (2)". Everything is working but that "2" at the end is just annoying. And of course first thing I've ...
Remnant asked 18/9, 2018 at 12:49

6

Solved

When I created a new universal app project in Visual Studio it created a shared project that let me share code between the Windows Phone 8.1 and Windows 8.1 projects that were created. Now I have ...
Outbrave asked 18/6, 2014 at 20:59

3

I use Visual Studio 2022. When I try to use the IEnumerable visualizer, I see this error The visualizer encountered an internal exception and must be closed I reset all Visual Studio settings, b...
Analiese asked 16/9, 2023 at 19:48

13

Solved

I was so happy today that I have been finally able to install Windows Phone 8 SDK and try it a bit. I installed fresh new installation of Windows 8 Pro into my virtual machine (I am running if from...
Rambow asked 30/10, 2012 at 22:59

14

I often have this problem even when I build a new C++ project and try to build a release file. I use Visual studio 2008. One thing that may cause this problem is my code is saved on the server dis...
Abdicate asked 23/9, 2010 at 4:11

5

Solved

After updating to version 16.1 of Visual Studio 2019, the code editor for C++ completes double quotation characters. When I type one double quote " it automatically completes it as "". How to turn...
Bird asked 22/5, 2019 at 9:40

5

Solved

I have a problem, I can't find the setting that allows me to disable the parameter name from next to the value, in this case, "name" and "seatsNum", which are actually the names...
Endsley asked 19/8, 2022 at 19:12

14

Solved

I'm trying to do a simple Azure Function to learn about it. There will be 3 functions: 1 function to insert a row into a table of a database. This table will contain the current date and a strin...
Loomis asked 19/7, 2017 at 7:33

10

Solved

I am getting the following error message while running .net 3.5 applciation Your step-into request resulted in an automatic step-over of a property or operator. This behavior can be overridd...
Raddatz asked 20/4, 2010 at 6:23

6

I have enabled SSL in Visual Studio as shown below: I have also set the below: When I access the website via IE (via Visual Studio debugging) I see this: When I access the website via Fire...
Conchology asked 27/8, 2016 at 17:17

5

Solved

I am following a tutorial and one of the steps its asking is to go to my projects properties and click on c/c++ and add a path to "Additional Include Directories" property. I am using visual C++ Ex...
Rivarivage asked 22/2, 2010 at 5:57

12

Solved

I've started with Xamarin and Android using Visual Studio 2013. When I start debugging the android app, it builds, deploys to device and then debugging in Visual Studio stops. I can't hit any brea...
Waterish asked 16/9, 2015 at 20:3

2

Solved

I've been having trouble running some breakpoints after my code is built and ran. My project is on ASP.NET. I'm using VS 2022 and so far I have tried the following things: Restart VS and delete a...
Puncture asked 1/8, 2022 at 7:44

2

Solved

After MacOS update Visual Studio stopped building .NET MAUI iOS project using paired Mac computer. The following error reported: The operation couldn’t be completed. Failed to locate any simulator ...
Inchoation asked 10/4 at 13:1

5

Solved

Consider the following window setup: Currently there are two tab groups open. The left tab group is active (with the ListingDetailsDTO.cs window active). I would now like to switch to the righ...
Kathie asked 30/4, 2014 at 7:12

2

Solved

I need MSBUILD 14.0 and am willing to install Visual Studio to get it. What version of Visual Studio do I need to install to get MSBUILD 14.0? It looks like the MSBUILD version number and the Visua...
Diallage asked 15/9, 2017 at 16:27

2

I am having trouble configuring Visual Studio 2022 to sign Git commits for GitHub using SSH or GPG keys. I tried setting up GPG signing using the following commands: git config --global user.signin...
Perfumer asked 6/5, 2023 at 0:21

15

Solved

While trying to checkout to a new branch in Visual Studio 2019, I'm getting the below error: I tried to do the same from GitBash cmd using the command git checkout branchname but here also, I'm ge...
Orlandoorlanta asked 9/9, 2021 at 15:6

5

Solved

This is a CLR project. I'm importing two DLL files with the same name, quizz.dll (I rename the old version as legacyquizz.dll) and I include the newer version as quizz.dll into a legacy converter t...
Glimp asked 22/12, 2012 at 8:15

6

I have recently updated my VS to 2022. My project is Azure Function App. But when I click on debug item, I am getting the following error. A project with an Output Type of Class Library cannot be s...
Lozano asked 28/12, 2021 at 22:34

3

Solved

Is there a way to set timeouts for a whole test suite in mstest, or just for individual tests? I.E., if I want the total running time of the tests in suite X to be no more than 2 minutes, how do I ...
Vocalise asked 23/10, 2013 at 9:36

7

Solved

Some time ago, a Visual Studio update added a hot reload feature. It be handy, but it also can be annoying especially when you're testing and you don't want to reset the current state of the front ...
Sera asked 27/8, 2021 at 10:57

6

When creating a new project in Visual Studio 2019 there are two options to create a Windows Forms App: Windows Forms App and Windows Forms App (.NET Framework). What is the difference between these...
Winy asked 15/12, 2020 at 10:32

15

Well, lets get down to it. I'm using Visual Studio 2015 and ASP.NET core tag helpers have completely stopped working, no idea why as I've not changed anything. I was in work one day, they worked fi...
Emoryemote asked 30/12, 2016 at 11:34

© 2022 - 2024 — McMap. All rights reserved.