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
|
After the recently update VS started to throw these error message when I am working on a .scss file. /* 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 |
|
|
Check to make sure you have not set a value for the "Ruby installation path" in the Web Workbench options under the Compilation section. If that is blank then check for a AppData\Local\Temp\Mindscape\WebWorkbench folder underneath your user profile path. There should be a Ruby193 folder under there. If there is can you close Visual Studio then delete the WebWorkbench folder entirely and then re-open Visual Studio. This will force a re-extraction of the Ruby bundle and then can you check if that solves the problem.
|
|
|
Thanks Jeremy, Deleting de Ruby folder solved my problem, I just dont understand why visual studio generates a Ruby folder without having a Ruby path set. WIN 7 C:\Users\name\AppData\Local\Temp\Mindscape\WebWorkbench\Ruby193 |
|