visual-studio Questions

3

Solved

I converted my MVC solution to layered architecture . For this I added folders in my solution in Solution Explorer. Everything is working good, my colleagues are able to take the latest of solution...
Bonny asked 26/12, 2017 at 16:41

3

When I do code merge between branches sometimes the auto merge in Visual Studio 2022 may result in duplicated code segments or duplicated methods. So in such a scenario, I need to efficiently find ...
Hypervitaminosis asked 15/9, 2023 at 14:53

3

My problem is when I create a new method it looks like this... public string firstName { } The cursor is stays right before the }, and then if I type more code it looks like... public string fi...
Greyso asked 23/4, 2016 at 23:12

2

I have a solution with over 170 projects in it. I recently needed to add two more projects to this solution. For reasons that are not relevant to this question, the solution is built as at x86. Whe...
Brann asked 4/3, 2022 at 3:49

1

flutter run ../../../../Documents/FlutterSoftware/flutter/packages/flutter/lib/src/material/animated_icons/data/list_view.g.dart:3132:13: Error: Method not found: 'Offset'. Offset(42.17915438835...
Varletry asked 25/6, 2020 at 9:36

4

Solved

​I'm working on Visual Studio 2019 and Crystal Report Service Pack 26. My code read data into ADO.NET dataset and I set those datases as datasourse of my reports. something like this in Visual Basi...
Danieledaniell asked 9/1, 2020 at 14:56

3

I'm currently working on an Android application on Unity. I'm almost at the end of the development but I started having a problem with the build of the app. The problem is that despite the app is i...
Patten asked 14/5, 2019 at 8:35

2

Managed Debugging Assistant 'FatalExecutionEngineError' : 'The runtime has encountered a fatal error. The address of the error was at 0x641ad419, on thread 0x5d0c. The error code is 0xc0000005. Th...

2

Solved

I'm currently using Bash on Windows 10 in my Visual Studio Code. The bell ring is extremely annoying and I would like a good solution to disable it (other that turning the volume off or not making ...
Dodi asked 15/10, 2017 at 15:2

2

Solved

I have just updated my Visual Studio community 2019 to version 16.9.1. But I am not able to see the WSL2 profile as mentioned in this document. Also, my machine has all the Prerequisites. I have tr...
Nonfulfillment asked 12/3, 2021 at 11:29

2

Solved

When I self sign my app packages, visual studio only allows me to create a security certificate that is valid for one year. How can I create a timestamp url or where can I find a free timestamp url...
Shelving asked 26/4, 2021 at 21:58

3

Is it possible to not have GitHub Copilot automatically suggest code, instead only showing its suggestions when using the "trigger inline suggestion" shortcut? I saw there is a setting gi...
Reahard asked 1/5, 2023 at 15:1

0

I'm trying to visualize on memory GDI+ images using the Image Watch extension. I requested support on this feature long time ago directly on the developercommunity it got a lot of upvotes but MSFT ...
Swill asked 18/9 at 7:12

2

I noticed in my Visual Studio 2022 with font 'cascadia code' that very recently (I noticed yesterday) that the >= and <= and != are now shown as 1 glyph. It's both on my windows server 2016 ...
Sheepshead asked 29/6, 2022 at 7:56

7

Solved

A client wants me to do some maintenance work to a VB 6.0 application (migration to .NET is also in the pipeline), but he doesn't have the development tools because he received just the source code...
Forrer asked 9/10, 2008 at 6:28

4

I was working with discord.js last night and I ran a few commands in the terminal. The last command I wrote caused the name of the file at the top of the screen to be crossed out and turn red and I...
Palocz asked 23/1, 2022 at 10:5

6

Solved

So I have had visual studio 2019 and I used it with unity. I needed to delite it and reinstall it becouse of somthing and when I reinstalld it I installed new 2022 version. Ever since auto complete...
Higinbotham asked 1/5, 2022 at 15:19

3

Solved

Is there any way to suppress the issues from the Roslyn Analyzers? I use the instant analyzer project type. And I want to suppress the issues if the user wants it. Also it must be permanent. If I r...
Zoltai asked 11/1, 2016 at 11:30

14

Solved

When I try to build my solution in Visual Studio (2010 SP1) containing a website, I get the following funny error. ------ Build started: Project: C:\...\Web\, Configuration: Debug Any CPU ------ ...
Tutelage asked 10/2, 2012 at 13:49

8

The application which I'm working now was developed in VS 2015. I'm trying to run the same in VS 2019, the build succeeded but fails when trying to publish via FTP / to the local folder as well. A ...
Comparative asked 8/8, 2020 at 17:49

3

Solved

Is there any way to do this at any level other than disabling intellisense in all of Visual Studio? Just wanted to confirm/deny a suspicion about its performance in some of our overly giant project...
Alphanumeric asked 22/1, 2013 at 22:2

2

Solved

Visual studio is hiding my exception messages. Take the following code example: #include <stdio.h> #include <iostream> #include <exception> void exceptional_method(){ throw std...
Sosthena asked 26/9, 2018 at 8:11

4

How do I update a REST API Client from a Swagger file in Visual Studio? I created my REST API Client via the "Add -> REST API Client" menu option when right-clicking on the project. See screenshot ...
Largeminded asked 3/8, 2016 at 18:13

8

Solved

On our new company laptops we are running into issues running containers in docker desktop from visual studio. We tried a bunch of things which were unsuccessful. Any help / thoughts would be great...
Ecclesiasticism asked 17/5, 2022 at 2:27

2

Solved

Many of you faced the error while coding in vs code unexpectedly. I had also faced the issue while coding and it seems to be a tall-order task to fix the issue. Many of you tried even I also tried...
Liggins asked 21/11, 2021 at 8:30

© 2022 - 2024 — McMap. All rights reserved.