Running transformation: System.Exception: Can't determine path of TSC.exe that is required to compile generated TypeScript files! #5508
Unanswered
tmartinscopo
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I upgraded visual studio to version 2019.
Sometimes (not always) when transforming T4 templates I get this error. After the second attempt is builds sucessfully.
What could be the problem?
Severity Code Description Project File Line Suppression State
Error Running transformation: System.Exception: Can't determine path of TSC.exe that is required to compile generated TypeScript files!
at Microsoft.VisualStudio.TextTemplatingD66652D5B0F681AB8240AE3B707D154BC2288A830B8F997AC9C467EFA0EAF17EEC7C83F05E6F100A01436431188E350761C93DBFF9C3C88CCE4870ECDBACC0DA.GeneratedTextTransformation.TypeScriptCompiler.DetermineTSCPath()
at Microsoft.VisualStudio.TextTemplatingD66652D5B0F681AB8240AE3B707D154BC2288A830B8F997AC9C467EFA0EAF17EEC7C83F05E6F100A01436431188E350761C93DBFF9C3C88CCE4870ECDBACC0DA.GeneratedTextTransformation.TypeScriptCompiler.Compile(String workingDirectory, String arguments)
at Microsoft.VisualStudio.TextTemplatingD66652D5B0F681AB8240AE3B707D154BC2288A830B8F997AC9C467EFA0EAF17EEC7C83F05E6F100A01436431188E350761C93DBFF9C3C88CCE4870ECDBACC0DA.GeneratedTextTransformation.TransformText() myProject C:...\Imports\ServerTypings\ServerTypings.tt 1
Thank You
Beta Was this translation helpful? Give feedback.
All reactions