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
|
Installed the Workbench at work and it worked fine (allmost same env. win 7 64 + vs 2010) :) But when I tried to install it at home I only get uninitialized constant Sass::Engine and a backtrace in the generated css file! Anyone know how to fix this ? Tried to uninstall + reinstall and reboot several times.
/b |
|
|
Crikey, no idea what could cause that one. Could you have a look in: %profile%\AppData\Local\Microsoft\VisualStudio\10.0\Extensions\Mindscape\Mindscape Web Workbench\%version%\CustomTool and check that there are Lib and Sass folders under there (not just zip files, but actual folders) and that the Sass\Sass\lib\sass sub-folder contains a bunch of .rb files including Engine.rb? Thanks! |
|
|
Yes, all the files seems to be there. Even copied all files from work without any difference.
Here is the full "generated" css:
/* An error occurred while compiling the Sass file. Message: uninitialized constant Sass::Engine Sass compiler backtrace: C:\Users\Björn\AppData\Local\Microsoft\VisualStudio\10.0\Extensions\Mindscape\Mindscape Web Workbench\1.0.221.18161\CustomTool\Sass\sass\lib/sass/../sass.rb:32:in `const_missing' C:\Users\Björn\AppData\Local\Microsoft\VisualStudio\10.0\Extensions\Mindscape\Mindscape Web Workbench\1.0.221.18161\CustomTool\Sass\sass\lib/sass/../sass.rb:32:in `compile' (eval):0 Mindscape.WebWorkbench.Integration.10:0:in `Compile' Mindscape.WebWorkbench.Integration.10:0:in `GenerateCode' Mindscape.WebWorkbench.Integration.10:0:in `Generate' Microsoft.VisualStudio.Shell.Interop:0:in `SaveItem' Microsoft.VisualStudio.Web.Application:0:in `Microsoft.VisualStudio.Shell.Interop.IVsPersistHierarchyItem.SaveItem' CLR exception details: System.MemberAccessException: uninitialized constant Sass::Engine at IronRuby.Runtime.RubyContext.ResolveMissingConstant(RubyModule owner, String name) at IronRuby.Builtins.ModuleOps.ConstantMissing(RubyModule self, String name) at Microsoft.Scripting.Interpreter.FuncCallInstruction`3.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.LightLambda.Run3[T0,T1,T2,TRet](T0 arg0, T1 arg1, T2 arg2) at IronRuby.Runtime.RubyContext.Send(CallSite`1& site, String eventName, Object target, String memberName) at IronRuby.Builtins.RubyModule.ConstantMissing(String name) at IronRuby.Runtime.RubyOps.GetMissingConstant(RubyScope scope, ConstantSiteCache cache, String name) at Microsoft.Scripting.Interpreter.FuncCallInstruction`4.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.LightLambda.Run4[T0,T1,T2,T3,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3) at Microsoft.Scripting.Interpreter.FuncCallInstruction`6.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.LightLambda.Run5[T0,T1,T2,T3,T4,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4) at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3) at Microsoft.Scripting.Interpreter.DynamicInstruction`5.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 arg1) at IronRuby.Runtime.RubyScriptCode.Run(Scope scope, Boolean bindGlobals) at IronRuby.Runtime.RubyScriptCode.Run(Scope scope) at Microsoft.Scripting.SourceUnit.Execute(Scope scope, ErrorSink errorSink) at Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope) at Microsoft.Scripting.Hosting.ScriptEngine.Execute(String expression, ScriptScope scope) at Mindscape.VisualSass.Integration.CustomTool.ScssGenerator.Compile(String scss) */ |
|
|
Now i even tried install Ruby, IronRuby and Sass without success. Could it be something with my name having ö in it ? Because I got som problem regarding this when I used gem install for sass.....
/b |
|