Thanks for the reply, by using the above code i am getting the file version number. I got the assembly version number by using this code,
Imports System.Reflection
Dim asm As Assembly
asm = Assembly.LoadFrom(DPath & "\Lusail Task Sheet.exe")
file_assembly_version = asm.GetName().Version.ToString