11-15-2012, 10:13 AM
I\'ve just upgraded 3.4.4 to the latest version and I get this error when I run the app.
I have looked in \'C:\\ProgramData\\Cytech\\\' and there is no \'Comfigurator\' directory. (However there is a \'C:\\Program Files (x86)\\Cytech\\Comfigurator 3\\ifr\" folder).
Code:
System.IO.DirectoryNotFoundException: Could not find a part of the path \'C:\\ProgramData\\Cytech\\Comfigurator\\ifr\'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
at System.IO.Directory.GetFiles(String path, String searchPattern)
at Comfort.IrDatabase..ctor(String ifrDirPath)
at Comfort.Configuration.SetNonSerializedValues(SystemSettings systemSettings)
at Comfort.Configuration.Initialize(SystemSettings systemSettings, Boolean optimizeResponses)
at Comfort.Form1.SetNewConfiguration(Configuration newConfiguration)
at Comfort.Form1.NewConfiguration(String filename)
at Comfort.Form1..ctor(String filename)
at Comfort.Program.Main(String[] arguments)I have looked in \'C:\\ProgramData\\Cytech\\\' and there is no \'Comfigurator\' directory. (However there is a \'C:\\Program Files (x86)\\Cytech\\Comfigurator 3\\ifr\" folder).