visual-studio Questions

3

Solved

I want to generate and apply the migrations, I ran the following on the command line from within project's folder. AuthServer.Infrastructure> dotnet ef database update --context AppIdentityDbCon...

3

I seem to be unable to turn off box/column select. In other words, if I try to select across multiple lines, I only get a box select, as opposed to the usual behavior where entire lines are selecte...
Superconductivity asked 28/8, 2020 at 18:47

2

Solved

I'm migrating millions of users from on-prem AD to Azure AD B2C using MS Graph API to create the users in B2C. I've written a .Net Core 3.1 console application to perform this migration. To speed t...
Crucial asked 16/3, 2020 at 14:31

8

Solved

I installed the new Visual Studio 2019, but it is much slower (at least in my machine) than the 2017 version, and working is getting very frustrating. I want to get back but I can't find where to d...
Columba asked 24/4, 2019 at 19:54

9

Solved

I have just upgraded from Visual Studio 2019 to Visual Studio 2022 and I have encountered a strange problem. When going to File -> Account Settings..., under "All Accounts" I used to h...
Chaps asked 12/1, 2022 at 17:10

4

Solved

I want to install a specific version of Visual Studio, but don't know how, specifically version 17.0. All my search result is just release notes, can't install. How to do that? Thanks
Snavely asked 13/5, 2022 at 16:38

3

Solved

Anyone find where when you open a certain solution (that contains multiple projects) and compile that you're not seen some warnings that your colleagues see when compiling the exact same solution a...
Pushup asked 19/4, 2010 at 21:55

27

Solved

All of a sudden, I am getting the following errors for 3 projects in a solution: Error NU1105 Unable to find project information for 'C:\code\example\src\libs\example.I18n\example.I18n.csproj'. Th...

11

Solved

My Flutter Doctor is saying: Visual Studio - develop for Windows X Visual Studio not installed; this is necessary for Windows development. Download at https://visualstudio.microsoft.com/downloads...
Articulator asked 11/2, 2022 at 12:59

14

Solved

I am trying to display an image in WPF but for some reason, the image won't show! It appears on the Visual Studio editor but when I run the application it doesn't appear. Here is some of my code: T...
Lawler asked 4/6, 2014 at 23:56

6

I am building an APP using Xamarin / Visual studio for Mac I have already a project on an Mac mini. And now I moved that project to an new iMac. Compile is good. But when trying deploy to a physica...
Inclination asked 15/1, 2021 at 16:25

5

Solved

I have a Windows Forms application targeted for .NET Framework 4.7.2. As .NET Core 3.0 supports Windows Forms I'd like to try it. Is there any way to convert VS2019 project from .NET Framework to ....
Legault asked 23/9, 2019 at 18:12

3

Solved

I have a SQL Project in Visual Studio 2017 and I'm using SSDT to update my project from a SQL Database, looks like this: Often the database I'm using as my source is changing(often in small and ...

3

I am using Schema Compare feature in Visual Studio 2017 to compare a database with database project (.sqlproj). If I apply some changes to the project it also adds blank lines to some of the schema...

8

Solved

I have just created a workspace on a new machine, got latest of our project from TFS, enabled NuGet Restore, and I get the following (skimmed-down) output: 1>------ Rebuild All started: Project...

3

Solved

Running Developer Command Prompt for VS 2022 Previously, I didn't get this error. After try some attempt modifying the shortcut launcher using administrator, this error happens. Roll back the path ...
Influential asked 10/4, 2022 at 1:39

12

Solved

I'm having some issues creating a project that targets .NET Framework 4.8. I am using Visual Studio 2019, upgraded to version 16.2.5. I have also installed the .NET Framework 4.8 Developer Pack. Fr...
Frederic asked 18/9, 2019 at 20:12

5

When I am debugging within Visual Studio, for some reason when debugging a certain thread, Visual Studio will just jump around to different threads. How do I change to behavior so it sits on the s...

5

Solved

Hi Stackoverflow Community, I am trying to build my Web and WebAPI, console applications with Target Framework - .NET Core 3.0, as per project 'Application' properties, using: Microsoft Visual St...
Hitchcock asked 12/5, 2020 at 15:31

4

Solved

I'm creating some build definitions and the only difference I see between the Visual Studio Build Step and MSBuild Build Step is that the VS Build Step adds the visual studio version to the build. ...
Winston asked 23/9, 2016 at 19:0

18

Solved

I am trying to build a solution on Visual Studio Community 2017, but I keep getting the error "Cannot open include file: 'stdio.h' ". I've read through several similar questions, but I st...
Gorton asked 27/5, 2017 at 17:41

6

I am using VS 2022 with dotnet core web api and below is my code in Program.cs for data protection. string appName = "My_WebAPI"; var dataProtectionProvider = DataProtectionProvider.Creat...
Curhan asked 10/1, 2022 at 2:56

2

Solved

I have a solution (available on Git at this link) including one project (producing a DLL library) and a native unit test. Visual Studio Enterprise 2015 with VC++ On Windows 10 The structure of ...
Kelsiekelso asked 7/7, 2018 at 19:19

2

Solved

I am trying to clean up my solution folder. So far I have relocated the packages folder, which is generated by Nuget as described here: C# visual studio how to relocate nuget package folder? I not...
Erythropoiesis asked 6/6, 2017 at 22:20

3

Currently, attempting to move from using Docker to Podman when building an image. I can building the container fine in the CLI but I run into trouble when trying to use the .devcontainers extension...
Shawndashawnee asked 21/8, 2023 at 21:20

© 2022 - 2024 — McMap. All rights reserved.