I have an exe file simpleservice.exe in the physical path F:\SAMPLEPRODUCT\Bin ,, i need to fetch version number of that exe file,,Can you give the code required to fetch the version number
I have an exe file simpleservice.exe in the physical path F:\SAMPLEPRODUCT\Bin ,, i need
Share
I’d use the following to do this:
or I’d use the FileVersionInfo class. Take your pick: