austinulmer / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

NotSupportedException when calling Path.GetTempFileName() #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version: 0.3.2.0

System.NotSupportedException: The given path's format is not supported.
   at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
   at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
   at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
   at System.IO.Path.GetTempFileName()
   at OpenHardwareMonitor.Hardware.Ring0.GetTempFileName()
   at OpenHardwareMonitor.Hardware.Ring0.Open()
   at OpenHardwareMonitor.Hardware.Computer.Open()
   at OpenHardwareMonitor.GUI.MainForm..ctor()
   at OpenHardwareMonitor.Program.Main()

Common Language Runtime: 4.0.30319.225
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
Process Type: 64-Bit

This exception is thrown when the TMP system environment variable is not a 
valid path.

Original issue reported on code.google.com by moel.mich on 22 May 2011 at 10:34

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r330.

Original comment by moel.mich on 22 May 2011 at 10:41