"Daniel" <softwareengine er98037@yahoo.c om> wrote in message
news:uvsaKSm3EH A.2624@TK2MSFTN GP11.phx.gbl...[color=blue]
> is there any way to get to a unique build verion of an assembly at
> runtime?
> e.g. a version that is unique to the time that the assembly was built?[/color]
Only if the assembly is built in such a way that its version was assigned
like that. See AssemblyVersion Attribute.
Comment