T
Tee
Hi,
How can we check an assembly's version that is created in .NET?
I have tried to load the assembly using
System.Reflection.Assembly.LoadFile and
GetCustomAttributes - AssemblyFileVersionAttribute, but couldn't get the
proper data, some of assemblies seem doesn't have
AssemblyFileVersionAttribute.
Can anyone help?
Thanks,
Tee
How can we check an assembly's version that is created in .NET?
I have tried to load the assembly using
System.Reflection.Assembly.LoadFile and
GetCustomAttributes - AssemblyFileVersionAttribute, but couldn't get the
proper data, some of assemblies seem doesn't have
AssemblyFileVersionAttribute.
Can anyone help?
Thanks,
Tee