Category "visual-studio-2019"

Import deployed 2012 into VS 2017 while keeping target 2012

I have a SSIS project that is deployed on SQL 2012. Since 2012 is EOL, I need to convert to 2019. However, the previous owner used a 3rd party task that does

VS2019 BC37225 Failure writing debug information: Insufficient memory to continue the execution of the program

Ran into the following issue. VS2019 V.16.11.13 VB .Net Solution. The error appears as soon as you start DEBUG.

Visual Studio 2019 - Docker 4.1.1 - Web App Stops Working After Adding Container Orchestration

This is sort of strange. As soon as I add docker orchestration in Visual Studio 2019 my Web Application stops working. These are the exact steps that I am takin

Automate publishing .NET Core App to multiple subdomains

I have a .NET Core application used by many clients. Each client has its own subdomain. Each client has its own database. All databases are identical. Different

How to install/Store NuGet Packages inside the Visual Studio Project's folder?

I have already read similar questions but the provided answers do not resolve my issue. I need to put all the required NuGet packages by a project inside its ow

Where is Code Analysis in Project properties of Visual Studio 2022

If I open a .NET 5 project in Visual Studio 2019, I see code analysis as follows. And now if I open the same project in Visual Studio 2022 Preview, I dont see

TFS Form fields not working in Visual Studio 2019 but work on web

I will start by saying that I am not a developer, I use Visual Studio only for TFS as a means of contributing to Work Items in our project (I am a product owner

Is there a way to make an Homologation between many files on Integration Services?

I'm developing an Integration Services Project [on Visual Studio 2019]. Main reason of developing it, is to create a process of homologation in which 2 files ta

IIS Express w/ VS 2022 crashes when debugging web app and selecting file via file html input on page w/ ExtJs

Here are the details: OS: Windows 2016 server accessed over RD Dev tools: VS 2022 17.1.6 & VS 2019 16.11.11. I run VS in Admin mode (both) IIS Express versi

Build specific projects with devenv

I have the following folder structure for a VS2019 solution/project: Solution_folder\ my_solution.sln cpp_project\ my_cpp_project.vcproj ifort_pr

How can I import an existing React project in Visual Studio?

How do I properly import an existing React project being developed in Visual Studio Code into Visual Studio 2022?

Automate Artifactory NuGet download during build in Visual Studio

I have been working with Artifactory NuGet packages in Visual Studio 2019 recently, and have a workflow which looks sort of like this: Add private Artifactory r

Why when i'm using Show method on another form the window form stuck and won't open

Where i'm opening the other form using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; us

Visual Studio CLI cant install specific NuGet package version

I am in Visual Studio 2019, and when I open the package manager console, I can run: nuget install MartinTestPkgXYZ which will succeed and install the latest ver

How to open a C# call stack (string) in Visual Studio 2019 Professional?

OK, suppose I have a C# string for a callstack for a runtime Exception (copied to the clipboard from Azure Application Insights - but it could be from everywher

Checking for any code updates Visual Studio 2019 and 2022

Sometimes (often) I am getting the message Checking for any code updates during debugging: This makes productivity down. I did some research and find a post on

Why folders in VS 2019 shows red cross 'X'?

My Observation: Its for empty folders or for empty folder hierarchy. If I add the folder again then cross is removed. (I have re-sharper installed, and don't k

Why does Visual Studio think I'm on a different branch than my terminal and VS Code

I have a .NET 5 solution, using git for source control. If I open it in Visual Studio 2019, the branch selector at the bottom right says foo If I navigate to th

How to remove a tag from a commit in Visual Studio 2019?

Looks like there's no way to checkout a previous commit in Visual Studio 2019 except by adding tags and then checking out the commit with the tag. It works (som

Debug -> Windows -> Memory for a Unity project?

I need to inspect memory content for a Unity project while debugging it. No matter what I try, such as Use managed compatibility mode, the Memory window despera