How do I read the AssemblyFileVersion of a C# DLL from Visual Basic?

Posted by Manrico Corazzi on Stack Overflow See other posts from Stack Overflow or by Manrico Corazzi
Published on 2010-05-06T07:58:25Z Indexed on 2010/05/06 8:08 UTC
Read the original article Hit count: 180

I am invoking a C# object from a Visual Basic 6.0 sub routine (don't ask). How do I get the AssemblyFileVersion from Visual Basic?

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-basic