madskristensen / WebEssentials2012

http://vswebessentials.com
Other
95 stars 46 forks source link

VS2012 crashes on less compiler (I think) #42

Closed david-ju closed 10 years ago

david-ju commented 10 years ago

This is all the information I have from my eventlog:

Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.FileNotFoundException Stack: at System.IO.__Error.WinIOError(Int32, System.String) at System.IO.FileStream.Init(System.String, System.IO.FileMode, System.IO.FileAccess, Int32, Boolean, System.IO.FileShare, Int32, System.IO.FileOptions, SECURITY_ATTRIBUTES, System.String, Boolean, Boolean, Boolean) at System.IO.FileStream..ctor(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, Int32, System.IO.FileOptions, System.String, Boolean, Boolean, Boolean) at System.IO.StreamReader..ctor(System.String, System.Text.Encoding, Boolean, Int32, Boolean) at System.IO.File.InternalReadAllText(System.String, System.Text.Encoding, Boolean) at System.IO.File.ReadAllText(System.String) at MadsKristensen.EditorExtensions.LessProjectCompiler.MinifyFile(System.String, System.String) at MadsKristensen.EditorExtensions.LessProjectCompiler.Completed(MadsKristensen.EditorExtensions.CompilerResult) at MadsKristensen.EditorExtensions.LessCompiler.ProcessExited(System.Object, System.EventArgs) at System.Diagnostics.Process.OnExited() at System.Diagnostics.Process.RaiseOnExited() at System.Diagnostics.Process.CompletionCallback(System.Object, Boolean) at System.Threading.ThreadPoolWaitOrTimerCallback.WaitOrTimerCallbackContext(System.Object, Boolean) at System.Threading.ThreadPoolWaitOrTimerCallback.WaitOrTimerCallbackContext_f(System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading._ThreadPoolWaitOrTimerCallback.PerformWaitOrTimerCallback(System.Object, Boolean)

zpqrtbnk commented 10 years ago

Duplicate of #14 - cannot generate CSS files if they don't already exist. Hello?