> information from an assembly. Can someone provide me with an > example that can retieve The information embedded by > assemblyinfo.cs in both the executing assembly and an > assembly in the GAC or on disc?
Oh, and you can also do: System.Diagnostics.FileVersionInfo.GetVersionInfo( file ).FileVersion that will return x.x.x.x as a string. -akshay
