Release v2.36.3 Tencor 1 only 1 day

This commit is contained in:
2022-02-22 11:35:27 -07:00
parent 3f7adb1106
commit a8a93cb115
18 changed files with 176 additions and 131 deletions

View File

@ -30,7 +30,7 @@ public class FileRead : Shared.FileRead, IFileRead
if (_IsDuplicator)
throw new Exception(cellInstanceConnectionName);
_GhostPCLFileName = string.Concat(Path.GetDirectoryName(Assembly.GetEntryAssembly().Location), @"\gpcl6win64.exe");
if (_IsEAFHosted && !File.Exists(_GhostPCLFileName))
if (!File.Exists(_GhostPCLFileName))
throw new Exception("Ghost PCL FileName doesn't Exist!");
}