Tagged Questions
2
votes
1answer
555 views
Getting file version info in the Compact Framework
I have some code that needs to be able to find the version number of an assembly, given a string saying where it's located.
I can't get this to work:
Assembly assembly = ...