My application has an exe and uses some DLLs. I am writing all in C#.
In one DLL I want to write a method to get the application name and version from the version in
Can you try using FileInfo Class FileVersionInfo. Hope this will help..
FileInfo
FileVersionInfo
You can also try Win32 API like GetModuleFile()