When attempting to compile a TypeScript project in Visual Studio, I encountered the following error message.
Upon building, an issue arose with the task executable "tsc.exe." The error indicated a failure to load file or assembly 'System.IO.FileSystem, Version=4.0.1., Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. This resulted in the system being unable to locate the specified file.
This error only manifested after installing TS 2.3 RC, subsequently uninstalling it, and then attempting to repair my installation. Unfortunately, repairing the installation did not resolve the issue.