Question

I have source code of two C# projects. Project A starts project B (process.Start();). From project B I need to get assembly version of project A.

Was it helpful?

Solution

Are you looking out for something like

AssemblyName.GetAssemblyName("ProjectB.exe").Version

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top