I was using the VS 2019 to debug a SQL Server CLR C# .NET code. I got an upgrade notification from VS which I did and rebooted. I now get the error when trying to debug
Unable to debug .NET code. Could not attach to SQL Server on '....'. The 64 bit version of the Visual Studio Remote Debugger (MSVSMON.EXE) can not be used to debug 32-bit process or 32-bit dumps. Please use the 32-bit version instead.
Now my SQL Server (2019) is 64-bit and the SQLCLR Platform target is x64, so what is going on to make it think that a 32 bit process is involved?
Also the SQL Server and the VS 2019 are on the same machine do it not a remote machine issue.