Show error on each save on VS2012 ASP.NET 4
description
Dear chirpy!
Chirpy got an message box error on each js or css save (that need to be minimized).
Win7x64, VS 2012 RC, Chirpy 2.06
R# 7, RedGate .NET Demon 1.2.0.1278 (vs extension)
Error: System.IO.IOException: The process cannot access the file 'D:...\test.min.js' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Zippy.Chirp.Manager.VSProjectItemManager.SaveFile(String filename, Object content)
at Zippy.Chirp.Manager.VSProjectItemManager.Process()
at Zippy.Chirp.Manager.VSProjectItemManager.Dispose()
at Zippy.Chirp.Engines.TransformEngine.Run(String fullFileName, ProjectItem projectItem)
at Zippy.Chirp.Engines.EngineManager.Process(ProjectItem projectItem)
But no any lock on selected file.
Thanks