AdaptationTesting

This commit is contained in:
2022-02-22 14:08:15 -07:00
parent 004f000be5
commit 109567bf4f
4 changed files with 60 additions and 60 deletions

View File

@ -70,7 +70,7 @@ public class FileRead : Shared.FileRead, IFileRead
foreach (ModelObjectParameterDefinition modelObjectParameterDefinition in cellInstanceCollection)
_CellNames.Add(modelObjectParameterDefinition.Name.Split('.')[1], modelObjectParameterDefinition.Value);
_GhostPCLFileName = string.Concat(Path.GetDirectoryName(Assembly.GetEntryAssembly().Location), @"\gpcl6win64.exe");
if (_IsEAFHosted && _IsXToOpenInsightMetrologyViewerAttachments && !File.Exists(_GhostPCLFileName))
if (_IsXToOpenInsightMetrologyViewerAttachments && !File.Exists(_GhostPCLFileName))
throw new Exception("Ghost PCL FileName doesn't Exist!");
if (_IsDummy)
{