// pega o nome do assembly em execução...string full_path = System.Reflection.Assembly.GetCallingAssembly().GetName().CodeBase;
// pega só o diretório...string directory_path = Path.GetDirectoryName(full_path);
// pega o nome do assembly em execução...string full_path = System.Reflection.Assembly.GetCallingAssembly().GetName().CodeBase;
// pega só o diretório...string directory_path = Path.GetDirectoryName(full_path);