Question

Possible Duplicate:
How to load an assembly without using Assembly.Load?

How to get an assembly version without locking the file?

Was it helpful?

Solution

Worked it out

var targetVersion = AssemblyName.GetAssemblyName(filePath).Version;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top