I tried this:
String solutionName = Path.GetFileName(Process.GetCurrentProcess().MainModule.FileName);
but i get only the current project name.
I tried this:
String solutionName = Path.GetFileName(Process.GetCurrentProcess().MainModule.FileName);
but i get only the current project name.