Pergunta

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

How to get an assembly version without locking the file?

Foi útil?

Solução

Worked it out

var targetVersion = AssemblyName.GetAssemblyName(filePath).Version;
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top