In this post, we will see how to resolve Visual Studio 2019 pair to mac stuck at “Checking ssh configuration” Question: I know this issue has been posted before, but the solutions didn´t really help me. I´m working on a ...

In this post, we will see how to resolve #region sections not being recognised in Visual Studio 2019 Question: Running Visual Studio Professional 2019 v16.11.16. My .NET solution has several C# and VB.NET modules with #region\#endregion and #Region\#End Region sections. ...

In this post, we will see how to resolve How do I update Third party software paths and icons in my program? Question: I created a kind of quick access program in order to rapidly access third party programs/software and ...

In this post, we will see how to resolve Cannot debug netstandard2.0 project in Visual Studio 2019 Question: I’m building a project with the following in the CSPROJ file: I’m interested in debugging a source file in this project using ...

In this post, we will see how to resolve How do I replace all “unsigned long” in my project files with “unsigned long long” without affecting compiler system files? Question: I need to replace all occurences of “unsigned long” with ...

In this post, we will see how to resolve How to deploy in visual studio with FTPS Question: IIS has an option for FTP with required SSL (FTPS) otherwise your credentials, including password, are sent in plain text over the ...

Question: I tried one here. Code as following: But it leads to compiling fail on Visual Studio 2019 x86: How to fix it? Edit: Found another solution. But do not know why. Code as https://godbolt.org/z/jvscsMx7T Answer: This problem appeard in ...

Question: I am using Resharper in Visual Studio 2019. I want to drop these extra tags that are showing up in my code: I cannot find the setting that disables this and I’ve looked everywhere. I had to reset my ...

Question: The code base I am working with uses a KNR formatting like this. I am generally not a fan of this formatting and would much prefer the following. The owners of the code base use Visual Studio 2019 and ...

Question: I have big problem, I’ m using Visual Studio 2019 to develop my software but in my solution I have third part library that used Microsoft Visual C++ 2013 Redist. In my previous version of Installer Project I include ...