Hi, On May 3, 2006, at 9:37 PM, Fernando López wrote: > I'm trying to get the assembly version using the next code: You have to write: System.Reflection.Assembly.GetExecutingAssembly ().GetName ().Version But this would have been better asked on the mono-list. Jb