wtrace
wtrace copied to clipboard
Cannot run on Windows 10 1607
Hi, I tried to execute wtrace.exe in powershell with admin privilege, but I got this error:
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'netstandard, Version=2.0.0.0, Cul
ture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
at LowLevelDesign.WTrace.Program.main(String supportFilesDirectory, String[] argv)
at LowLevelDesign.WTrace.Shim.DoMain(String[] args)
at LowLevelDesign.WTrace.Shim.Main(String[] args)
I'm using Windows 10 Pro 1607 in VMware. This version seems to be unsupported by .NET Framework 4.8, so I cannot install the runtime. I also tried to build from source, but it didn't work either. Is there any way to generate a standalone binary file with all dependencies?