Hi,
How can we check an assembly's version that is created in .NET?
I have tried to load the assembly using
System.Reflecti on.Assembly.Loa dFile and
GetCustomAttrib utes - AssemblyFileVer sionAttribute, but couldn't get the
proper data, some of assemblies seem doesn't have
AssemblyFileVer sionAttribute.
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.Reflecti on.Assembly.Loa dFile and
GetCustomAttrib utes - AssemblyFileVer sionAttribute, but couldn't get the
proper data, some of assemblies seem doesn't have
AssemblyFileVer sionAttribute.
Can anyone help?
Thanks,
Tee
Comment