microsoft / perfview

PerfView is a CPU and memory performance-analysis tool
http://channel9.msdn.com/Series/PerfView-Tutorial
MIT License
4.05k stars 695 forks source link

Execute PerfView.exe 3.1.10 on Windows Server 2016, can not load netstandard Version=2.0.0.0 #2043

Open technogeek2015 opened 1 month ago

technogeek2015 commented 1 month ago

I have installed the latest .NET SDK 8 on the server, but it still can't find .NET Standard 2.0 when running PerfView. Do I need to install anything else?

MagicAndre1981 commented 1 month ago

Windows Server 2016 sould be 1607 and .net standard 2.0 support was added in 1709. Maybe installing .net 4.8 solves it as Perfview is still .net framework 4.x application

brianrob commented 1 month ago

Right - you'll need a .NET Framework version that supports .netstandard2.0, which is .NET 4.6.1 or later.