On my development PC is vs2019 professional installed. I develop in C++ application for remote pc (nativ c++).
If I install RemoteDebugger (RemoteTools) on remote PC and start msvcmon, and try to start my application on remote, get a lot of errors with missing dlls.
I installled actual framework(vc_redist.x64), Win SDK(22000.194.210911-1543.co_release_svc_prod1_WindowsSDK) and RemoteTools(VS_REmoteTools x64).
Always same problem.
Asap I install VS2019 on remote PC
1.MSVC142,
2.Windows10SDK,
3.Just In Time Debugger)
all works fine.
But for this installation need license or community edition.
Is there other way to get the goal with redistributable modules?
(on VS2010 it was not a problem).
Thx in advance.
