summary refs log tree commit diff stats
path: root/src/htm/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authormuseun <museun@outlook.com>2013-03-03 18:38:29 -0500
committermuseun <museun@outlook.com>2013-03-03 18:52:23 -0500
commitb7d78f27beb112feae22f0ec89f4b8af2d5dde0a (patch)
tree4be85d640b6b22320998c8a32136da9c04f6eb34 /src/htm/Properties/AssemblyInfo.cs
parent8faa0e65189e2ba677b2618f1b882e51b5caf3d1 (diff)
HTM was throwing an exception for ReadOnly files.
So, to fix this an explicit FileAccess had to be set. Package.Open uses
the default FileShare.None option. This causes a conflict and throws the
'UnauthorizedAccessException' exception. So, we just tell it that we are
there to read it and everything is fine.
Diffstat (limited to 'src/htm/Properties/AssemblyInfo.cs')
0 files changed, 0 insertions, 0 deletions