visual-studio Questions

12

Solved

I've been using Visual Studio (2017) for quite a long time now, to program mostly in C#, for Unity games. Recently though, I noticed that it was not displaying any errors in the code anymore, or at...
Connelley asked 27/5, 2020 at 14:34

7

Solved

In some of the solutions we have ASP.NET/WCF web project and a test project. Some of the tests run against ASP.NET development web server using http://localhost:port/.... In VS2010 while the ASP.NE...
Advowson asked 30/8, 2012 at 19:30

3

Solved

I have created a NuGet package libtidy which is pushed to a Team Services feed. When I try installing via the NuGet console I get the error Failed to add reference to 'libtidy' I have read ...
Athalia asked 17/5, 2016 at 10:42

2

Solved

I'm using Visual Studio IDE 2022, Parentheses completion is not working correctly. For example, I want to write: Foo(Boo()); but result is: Foo(Boo(); - one brace is missing. I have checked and ...
Discomposure asked 1/1, 2022 at 14:17

12

Solved

I've just lost some code. I needed to move a couple of methods from one class to another so i hit save, cut the methods and VS crashed. Now it seems that the save happened after the cut since the c...
Ludovico asked 22/5, 2009 at 13:53

6

I need to have different set of open tabs and tab groups for each of my tasks. Import and export setting not helping me to do this, neither does this SO question that has been asked similarly but ...
Eaves asked 15/10, 2013 at 9:44

6

While changing any setting in Visual Studio I'm getting an error like this: Unable to write into user settings. Please open the user settings to correct errors/warnings in it and try again. In th...
Sublett asked 6/11, 2020 at 6:19

3

Solved

We are migrating our compilation system to msbuild, and we've found that some projects report the following error: c:\src\libs\a_lib\A\A.vcxproj : error MSB4057: The target "C" does not ...
Auditorium asked 30/7, 2018 at 14:38

5

Solved

In visual studio I have created an Azure Function App with several Function. When I launch the Function App debugger from the tool bar all Functions are triggered. Is there a way to trigger a s...
Resin asked 16/10, 2018 at 13:21

3

Solved

I'm trying to run an Azure Function. After upgrading to .Net 6, debugging it locally with an updated version of Visual Studio 2022 gives me the following exception: A host error has occurred durin...
Mudskipper asked 8/9, 2022 at 7:24

6

Solved

After doing some Java I fell in love with some of IntelliJ's features. Especially the keyboard shortcut SHIFT +SHIFT which lets you jump to any other file. This is a huge time savesaver. Now that...
Alcorn asked 13/4, 2015 at 19:11

7

I did a fresh install of Visual Studio 2022 v17.0.0 (.NET 6.0) and created a new WebAssembly project. Tried editing Counter component but none of the snippets work for C#. Typing cw is supposed to ...
Sestertium asked 10/11, 2021 at 18:18

9

Solved

I'm having a problem with the windows form application . When I create the windows form application , it displays the source code for the form but not the designer layout
Dakota asked 14/10, 2019 at 16:11

4

Solved

I created a table in Microsoft SQL Server Management Studio and the table worked fine, no errors while building. Then i was copying the script to my project in visual studio when the following mess...
Bathtub asked 30/1, 2020 at 11:29

2

Solved

*I couldn't find any info online about the exact same issue I'm having I'm using Visual Studio 2022. Last time, I was working on a C# library, and closed the IDE. I saved all source files, but I di...
Potter asked 18/11, 2023 at 20:12

2

Is there somebody able to explain me what is the difference between : .NET MAUI Application .NET MAUI Multi-project App The official MAUI Windows page doesn't mention the second project's model :...
Ardel asked 24/5 at 19:56

7

I got a new laptop for Christmas, upto date with Windows 10. Installed Visual Studio 2022 and so far it's been crashing every day several times a day. It could be either on the coding screen, the d...
Barogram asked 3/1, 2022 at 20:49

2

Solved

I'm trying to automatically add (nuget) references to my (C++) visual studio 2017 project using CMake. In this question, VS_PACKAGE_REFERENCES is suggested, available from CMAKE 3.15. So, I've add...
Piezochemistry asked 20/5, 2020 at 9:35

5

Is there a way to prevent Visual studio to start the debugger when pressing F11? I often press it by mistake when I want to actually press F12. I do not want to loose the functionality of Step-into...
Snowball asked 21/3, 2012 at 13:3

3

From the last about half an hour I have been getting these errors: StreamJsonRpc.ConnectionLostException : The JSON-RPC connection with the remote party was lost before the request could complete. ...
Perrone asked 18/1, 2022 at 14:38

19

Solved

My debugger is not working, I'm putting a breakpoint, but in run, time visual studio doesn't stop on the breakPoint. How to fix it? There is nothing special in my application, it is a simple web ap...
Keppel asked 10/3, 2010 at 13:3

5

I found a bug in the latest version of VS Community (16.7.0) which is preventing my solution from building, so I need to roll back to 16.6.5. However the only download link I can find has downloads...
Liquorice asked 7/8, 2020 at 14:59

6

Solved

i have installed many third party plugin add-ins in my visual studio. now i want to run a instance of visual studio without all plugin addons and third party feature just like mozilla firefox ho...
Mealworm asked 15/11, 2010 at 8:1

13

Solved

How do I get my project to work when it says in the solution explorer Solution 'solution name' (0 projects) and below that it says 'project name' (unavailable)?
Burgher asked 22/3, 2017 at 19:41

2

Solved

There's a button to collapse all, and I use it often. Sometimes, rarely, I want to expand everything, but there's no button for that.
Benzine asked 9/12, 2021 at 22:4

© 2022 - 2024 — McMap. All rights reserved.