Hola JuanK
Gracias por responder
Mira encontré esta solución por ahí en google y me gustó bastante
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Diagnostics;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
FileVersionInfo f = FileVersionInfo.GetVersionInfo(@"C:\WINDOWS\system\AVICAP.DLL");
Console.WriteLine(f.FileVersion);
Console.ReadLine();
}
}
}
Muchas gracias, ya con esto que encontré me defiendo bien... cuidate
Atte: Antony Hernan Delgado Solano