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
Ran into the following issue. VS2019 V.16.11.13 VB .Net Solution. The error appears as soon as you start DEBUG.
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
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
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
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
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
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
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
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 do I properly import an existing React project being developed in Visual Studio Code into Visual Studio 2022?
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
Where i'm opening the other form using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; us
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
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
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
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
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
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
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