When trying to compile a brand new TMS Web or PWA application via Visual Studio, I get the following error:
"c:\Users\chris.vscode\extensions\tmssoftware.tmswebcore-1.2.4095\resources\compilers\tms\Win64\TMSWebCompiler.exe" -ParseDprojFile -NoCodeModification -CompilerBin "c:\Users\chris.vscode\extensions\tmssoftware.tmswebcore-1.2.4095\resources\compilers\tms\Win64\libpas2js.dll" -ProjectFile "c:\Development\PWA\Project1.dpr" -vsctoolsoptionsjson "c:\Development\PWA.vscode\tempsettings.json"
TMSWebCompiler: 1.2.5.17
The system cannot locate the object specified.
Line: 0
Runtime error 216 at 0000000000411489Build complete.
The terminal process failed to launch (exit code: 1).
Terminal will be reused by tasks, press any key to close it.
This happens randomly. When you create everything from scratch, it works...for a while...but then out of nowhere, usually after adding more units, you get this error when compiling or executing?
Please advise.
Thank you.