if (!File.Exists(string.Format("{0}\\{1}.dll", Application.StartupPath.Trim(), assemblyString)))
{
........//操作
}