I want to specify the path of sn.exe
file to some program but I don't know which one would be correct for a .NET 2.0
project as there are multiple folders in the Microsoft SDKs
that have sn.exe
file.
After C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin
path, I get multiple folders like NETFX 4.x.x tools
each of which contains the sn.exe
. Which one to choose especially for a .NET 2.0
project.