I'm new in the .net environment.
How can I get the current version, from my own created assembly, [assembly:
AssemblyVersion("6.60.0.10")] ?
Thanks Thomas
Hello Thomas,
I think the following line will get you the result:
System::Reflection::Assembly::GetExecutingAssembly()->GetName()->Version->ToString();
> I'm new in the .net environment.
> How can I get the current version, from my own created assembly,
> [assembly: AssemblyVersion("6.60.0.10")] ?
Thomas Wegener - 25 May 2005 10:24 GMT
thanks a lot, it works.
Thomas
> Hello Thomas,
>
[quoted text clipped - 5 lines]
>> How can I get the current version, from my own created assembly,
>> [assembly: AssemblyVersion("6.60.0.10")] ?