I have created a C# app in VS2003. I have changed "assembly: AssemblyFileVersion" to what I need. I then right-click on the .exe file in explorer and select Properties. In the Version tab, the File Version at the top is "0.0.0.0". In the list box, the File Version shows what I changed. How do I get the File Version at the top of the dialog to reflect this

How do you change the file version?
misbrisco
Still no luck. I deleted everyhing in my bin\Debug directory and rebuilt the solution. I have the following line in my AssemblyInfo.cs:
[assembly: AssemblyVersion(
"1.0.1010.0")]Shanta Appukuttan
bY73-_-j0b
Hi
Just ReBuild the Project
Dazza1412
Use...
[assembly: AssemblyVersion("1.0.1010.0")]
Hope that helps.
mrodriguezc
Ben0s
jstar
Hi again
Delete The .DLL and .pdb files and then rebuild the whole solution or the project the the Chnages will be reflect. I have tried it myself and work fine.
rhyd