How to get an assembly version without locking the file? [duplicate]
Possible Duplicate:
How to load an assembly without using Assembly.Load?
How to get an assembly version without locking the file?
Worked it out
var targetVersion = AssemblyName.GetAssemblyName(filePath).Version;
精彩评论