Hey guys what is up.

I am trying to load up an exe into system.reflection.assembly from C# to grab its version info. Problem is that it is not a managed application so therefore system.reflection.assembly hates on me. Does anyone know how I could hook that up?. I have been googling with no success. Any help would be appreciated.

Thanks.