I run my app as administrator. However, I get an exception here
var myFileVersionInfo = FileVersionInfo.GetVersionInfo(fileName);
when filename is "C:\Windows\System32\WFS.exe".
The file does really exist. What should I do to fix it?
Any help will be appreciated!