string codeBase = Assembly.GetExecutingAssembly().CodeBase;
            int pos = codeBase.LastIndexOf('/');
            string fAppPath = codeBase.Substring(0, pos + 1);