visual-studio Questions

12

Solved

I have been using Visual Studio 2017 for several months on a development machine. This morning it says says setup incomplete. Am I missing something?
Fireboard asked 5/5, 2018 at 2:31

6

I am having a problem with my build (TFS2010). All has been well with this build recently until today where I am now getting an error pretty much as soon as the build starts: Delete Sources Direct...
Daimyo asked 9/9, 2013 at 10:41

8

Solved

I created an app from the 'Angular with ASP.NET Core' project template in Visual Studio 2022 17.8 and .NET 8. It launches the API app in Chrome and the Angular app in Edge. In Edge it doesn't show ...
Jungjungfrau asked 3/12, 2023 at 9:1

10

Solved

When I try to build my solution, I get the following error message: Severity Code Description Project File Line Suppression State Error This project references NuGet package(s) that are missing...
Brigidbrigida asked 25/12, 2015 at 18:36

2

Solved

I've looked at a ton of articles on this including here and here. None provide a solution that I can get to work. I have everything turned on for automatically doing this in VisualStudio. But on ou...
Powwow asked 29/12, 2020 at 17:1

4

Is there some function like GCC's __builtin_constant_p() for Microsoft Visual Studio? As I understand, the function returns non-zero if the argument is constant, like a string literal. In the answ...
Romina asked 4/1, 2014 at 9:8

2

Solved

I am thinking about creating a class diagram in Visual Studio. I notice that the Toolbox only appears to allow Association relationships between classes. Is it possible to create stronger relatio...
Runthrough asked 19/12, 2017 at 21:20

5

Solved

How to resolve Visual Studio (MSBuild) error message: Error occurred while restoring NuGet packages: "Invalid restore input. No target frameworks specified."
Greasewood asked 23/3, 2020 at 15:30

4

Update 1: After looking carefully at the output again, I sort of figured it out. By adding a trailing space between the closing parenthesis and the quotes it works: powershell -ExecutionPolicy By...
Aliaalias asked 6/9, 2018 at 13:22

3

I have Resharper installed in Visual Studio, and am using the standard 'dark' theme, and somehow I managed to change something so that the '{0}' characters in a format string are no longer colored ...
Trounce asked 17/12, 2014 at 15:40

6

Solved

I can't seem to get the form and the designer files to link in my project. They look like this in the Solution Explorer. I have excluded the files from the project and then tried including them ...
Greenes asked 24/3, 2014 at 1:59

3

Solved

In VS Community 2017 (v15.9.26) I am unable to debug as IIS Express Web Server Produces the following error. Output for IIS Express: Failed to register URL "localhost:xxxxx/" for site. E...
Birt asked 8/10, 2021 at 19:37

7

Solved

I am interested in formatting all the files in a Visual Studio (ver. 2005) project all at once. Currently, there is a way to format a single document by doing something like Edit->Advanced->Format...
Janelljanella asked 31/5, 2009 at 5:48

15

Solved

I'm trying to link against a library (libcef_wrapper_dll.lib) that was built with the /MDd flag. My application is build with /MDd and /CLR so should be compatible. The project compiles fine but wh...
Coerce asked 23/11, 2010 at 13:33

17

I have simple console application in C++ that I succeed to compile with Visual Studio. I wanted to try Visual Studio Code so I copied the directory to the computer with Visual Studio Code install...
Montes asked 18/12, 2017 at 16:9

8

I'm using Visual Studio 2015 to create Web Apps and I just start using TypeScript. As my project gets bigger, I'm wondering if there's a way to get UML diagram of TypeScript code using Visual Stu...
Marenmarena asked 15/9, 2017 at 14:14

3

Solved

We have two different repositories on Git which need to come together to form the solution in Visual Studio. Files under each project may be from the two different repositories. I need to make sure...
Respite asked 11/11, 2016 at 11:32

7

Solved

I have a CEdit derived control that displays the string "N/A" when the undelying data is null. I recently added code to empty the control(SetWindowText("");) when it gains focus and set if back to ...
Ellsworth asked 3/7, 2012 at 15:20

2

Solved

I have no clue how long this feature/option has been around but my mouse happened to pause over this button within the WPF designer early and now I'm curious what it's purpose is. Hovering over th...
Sonatina asked 3/11, 2017 at 13:21

4

I am not so happy with primary constructors - because the constructor parameters are not readonly, it's too error prone in my opinion, especially when working with base classes which receive their ...

4

Solved

Found several similar questions for older VS versions, some especially mentioning C++. I'm getting the effect with C# as well as VB.Net projects in Microsoft Visual Studio Community 2022 (64-bit) -...
Antirrhinum asked 6/9, 2022 at 17:55

8

Solved

is there a way (settings? "macro"? extension?) that I can simply toggle outlining so that only the using section and my methods collapse to their signature line, but my comments (summary and double...
Supersonic asked 9/8, 2009 at 4:0

7

Solved

I am writing a YAML pipeline that should publish a NuGet package. When coming to the deployment job I get a warning: "No packages matched the search pattern." The package is there and it is confir...
Costume asked 13/3, 2020 at 23:22

3

I'm using Visual Studio 11 Beta with a SQL Server Database project and a console app project. Every time I hit F5 to debug my console app, it wants to deploy the database project. Is there any way ...
Hemicellulose asked 26/3, 2012 at 3:52

12

When i try to run new MAUI Project below Error is popping up. can someone help me out to solve this issue . i tick the deploy and build in the configuration manager also Error Message - The Project...
Submerged asked 1/8, 2023 at 14:32

© 2022 - 2024 — McMap. All rights reserved.