Quantcast
Channel: User Sinatr - Stack Overflow
Viewing all articles
Browse latest Browse all 601

Answer by Sinatr for How to run TextTransform.exe from VS 2015 on PC without Visual Studio installed?

$
0
0

There is a new official toolTextTransformCore.exe (all arguments are the same as TextTransform.exe), which is much easier to copy (all required files are there) and use (just copy required files and run):

  • Go to {VS_INSTALL_PATH}\Common7\IDE\
  • Copy following files
TextTransformCore.dllTextTransformCoreResolver.dllTextTransformCore.exeTextTransformCore.runtimeconfig.json
  • Open json file, find "SharedAssemblyPaths", its value contains all required folders
"SharedAssemblyPaths": "TextTransform;PublicAssemblies;PrivateAssemblies;PrivateAssemblies\\Newtonsoft.Json.13.0.3.0;CommonExtensions\\Microsoft\\VBCSharp\\LanguageServices",
  • Copy 4 folders, there is no need to keep exact directory structure, but you'll have to update json file to match changes
TextTransformPublicAssembliesPublicAssembliesPrivateAssembliesPrivateAssemblies\\Newtonsoft.Json.13.0.3.0CommonExtensions\\Microsoft\\VBCSharp\\LanguageServices
  • Done.

Viewing all articles
Browse latest Browse all 601

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>