Wednesday, 4 September 2013

Web Essentials 2012 crashe

Web Essentials 2012 crashe

I am working on a new .NET project but for some reason every time I try to
debug my app it crashes, after a lot of research I figured it was an issue
with my Web Essentials 2012 (Version 3.0) plugin.
We are using LESS files in our project and it seems upon LESS compilation
the plugin crashes taking down Visual Studio with it. Can anyone help? I
read some other articles about similar issues but no one seems to provide
a concrete resolution.
I have two other developers working on the same project and their VS/Web
Essentials seems to be working perfectly fine. We have the same version of
Visual Studio (11.0.60610.01 Update 3)
Additionally is there a similar plugin I can use to compile the LESS files?
Here are some information from Event Viewer:
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.WaitOrTimerCallback_Context(System.Object,
Boolean)
at
System.Threading._ThreadPoolWaitOrTimerCallback.WaitOrTimerCallback_Context_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)

No comments:

Post a Comment