LeassTaTT / zscreen

Automatically exported from code.google.com/p/zscreen
1 stars 2 forks source link

Access to the path 'ZScreen\Cache' is denied #827

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start windows 7

What is the expected output? What do you see instead?
expected to not throw me an error

What version of the product are you using? On what operating system?
Copy text from Debug tab
Win7

Please provide any additional information below.  Error as follows

System.UnauthorizedAccessException: Access to the path 'ZScreen\Cache' is 
denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity)
   at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
   at System.IO.Directory.CreateDirectory(String path)
   at ZScreenLib.Engine.InitializeDefaultFolderPaths(Boolean dirCreation) in D:\Users\Mike\Documents\Visual Studio 2010\Projects\ZApps\trunk\ZScreenLib\Engine.cs:line 415
   at ZScreenLib.Engine.TurnOn(EngineOptions options) in D:\Users\Mike\Documents\Visual Studio 2010\Projects\ZApps\trunk\ZScreenLib\Engine.cs:line 342
   at ZScreenGUI.Loader.Main(String[] args) in D:\Users\Mike\Documents\Visual Studio 2010\Projects\ZApps\trunk\ZScreen\Loader.cs:line 84

every time.  Im looking at you Mike!

Original issue reported on code.google.com by Btpaul...@gmail.com on 7 Jun 2012 at 12:20

GoogleCodeExporter commented 9 years ago
Please upgrade to http://code.google.com/p/sharexmod/downloads/list :) 

Original comment by mcored on 7 Jun 2012 at 1:35