This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I have installed Update 2 for Visual Studio 2012, before I installed it all worked, but after it shows the following error when saving an Sass file, the scss files looks fine, but the css file only contains the error message: /* System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at Mindscape.VisualSass.Integration.CustomTool.ExternalCommandBase.Execute(String customToolFolder)
at Mindscape.VisualSass.Integration.Compilation.ScssCompiler.CompileCore(String scss, String sourceFilePath, String rootPath, IEnumerable |
|
|
Can you check if you have a %TEMP%\Mindscape\WebWorkbench folder? If so can you describe the contents? There should be a small Ruby installation residing under the Ruby193 folder, so if you open up a command prompt from the bin folder and run sass.bat --version do you get the version number or an error? We have seen a similar error reported before, unfortunately we havnt been able to reproduce this to date but you can work around this by using a custom Ruby installation and then pointing Web Workbench at that through the Tools/Options/WebWorkbench options and setting the "Ruby Installation Path" setting underneath the Compilation section to point to that installations bin folder. Ill try updating a couple of installations here and see if I can reproduce the problem as well.
|
|
|
Hi Jeremy Well it seems that Visual Studio or something removed the Temp folder while cleaning up or something, so I re-installed your tool and it now works like a charm again. Thanks for leading me in the right direction, kind regards Ole Jorgensen |
|