AdaptationTesting
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user