Latest version of Web Workbench not loading in Visual Studio 2012 Ultimate and Visual Studio 2010 Ultimate Edition
Boy does time fly!
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
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 was using the earlier version of Workbench in Visual Studio 2010 Ultimate Edition. It was working fine without any issues.
I installed Visual Studio 2012 Ultimate Edition; removed the older version of Workbench; downloaded the latest version and installed Workbench by enabling for both version of Visual Studio.
When I tried to open my SCSS file in Visual Studio 2010 or 2012, I am getting "Visual Studio has encountered an exception. This may be caused by an excention." Below are the error details from "Activity.xml" file,
Note: I have recommended by management in getting the Pro version; since it is mentioned as latest version supports VS 2012. Please let me know the stable version of this extension.
658ErrorEditor or Editor ExtensionSystem.ArgumentException: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (EINVALIDARG))
at EnvDTE.ProjectItem.getFileNames(Int16 index)
at Mindscape.VisualSass.Integration.VsxUtils.FileExtension(ProjectItem projectItem)
at Mindscape.VisualSass.Integration.CompilationSettingsStore.CompilationSettingsWebSiteStore.<.ctor>b0(ProjectItem item)
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable1 source, Func2 predicate)
at Mindscape.VisualSass.Integration.CompilationSettingsStore.CompilationSettingsWebSiteStore..ctor(Project project)
at Mindscape.VisualSass.Integration.CompilationSettingsStore.GetStore(Project project)
at Mindscape.VisualSass.Integration.CompassUtils.IsCompassProject(Project project)
at Mindscape.VisualSass.Integration.Squigglies.Tagger.IsIgnoredError(SnapshotSpan snapshotSpan, ErrorInfo error)
at Mindscape.VisualSass.Integration.Squigglies.Tagger.ProcessNodeSpan(SnapshotSpan span, List1 tags, SassDocument context, NodeSnapshot nodeSnapshot)
at Mindscape.VisualSass.Integration.Tagging.NodeTagger1.GetTags(SnapshotSpan span)
at Mindscape.VisualSass.Integration.Tagging.NodeTagger1.<GetTags>b__0(SnapshotSpan span)
at System.Linq.Enumerable.<SelectManyIterator>d__142.MoveNext()
at Microsoft.VisualStudio.Text.Tagging.Implementation.TagAggregator1.<GetTagsForBuffer>d__16.MoveNext()</description>
</entry>
<entry>
<record>659</record>
<time>2012/10/10 23:39:47.948</time>
<type>Error</type>
<source>Editor or Editor Extension</source>
<description>System.ArgumentException: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
at EnvDTE.ProjectItem.get_FileNames(Int16 index)
at Mindscape.VisualSass.Integration.VsxUtils.FileExtension(ProjectItem projectItem)
at Mindscape.VisualSass.Integration.CompilationSettingsStore.CompilationSettingsWebSiteStore.<.ctor>b__0(ProjectItem item)
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable1 source, Func2 predicate)
at Mindscape.VisualSass.Integration.CompilationSettingsStore.CompilationSettingsWebSiteStore..ctor(Project project)
at Mindscape.VisualSass.Integration.CompilationSettingsStore.GetStore(Project project)
at Mindscape.VisualSass.Integration.CompassUtils.IsCompassProject(Project project)
at Mindscape.VisualSass.Integration.Squigglies.Tagger.IsIgnoredError(SnapshotSpan snapshotSpan, ErrorInfo error)
at Mindscape.VisualSass.Integration.Squigglies.Tagger.ProcessNodeSpan(SnapshotSpan span, List1 tags, SassDocument context, NodeSnapshot nodeSnapshot)
at Mindscape.VisualSass.Integration.Tagging.NodeTagger1.GetTags(SnapshotSpan span)
at Mindscape.VisualSass.Integration.Tagging.NodeTagger1.b0(SnapshotSpan span)
at System.Linq.Enumerable.d142.MoveNext()
at Microsoft.VisualStudio.Text.Tagging.Implementation.TagAggregator1.d16.MoveNext()
What type of project are you using - it looks like you are using a WebSite project? Is the file on a local file path or is it on a UNC share or a network folder?