Install additional .exe with Visual Studio Installer

I am currently trying to work out how to install an additional .exe with my visual studio applicaiton. It works in General but it don't know how to check before the installation if the additional .exe is already installed. I assume the b

Continue reading →

I cannot compile the Data_vs170.sln in Visual Studio 2022 - error on SQLParser

I usually compile the POCO library in the following order, and only include the projects I will use: CppUnit Foundation XML JSON Util Net Data Data/ODBC Zip It has worked well until the latest POCO version, in which the SQLParser was add

Continue reading →

Is there a way to define custom functions for C# snippets, or at least get the namespace?

I am modernizing a lot of VB.NET code to CSharp and I need to convert dozens of dialogs to conform with our new MVP standard. I'm trying to write snippets so I can more easily bang out the boiler plate stuff but I find it annoying having

Continue reading →