Skip to content

Gruntfile.js failed to load: System.NotImplementedException at ..DependentFileNode.GetEditLabel() #552

@brian-pickens

Description

@brian-pickens

Installed 1.1 RC in Visual Studio 2015. My gruntfile started as a coffeescript file that I compiled which it then got picked up by the Task Runner and attempted to load. Here is the exception output:

10/19/2015 8:38:04 AM: System.NotImplementedException: The method or operation is not implemented.
   at Microsoft.VisualStudioTools.Project.DependentFileNode.GetEditLabel()
   at Microsoft.VisualStudioTools.Project.HierarchyNode.GetRelationalName()
   at Microsoft.VisualStudioTools.Project.ProjectNode.AddNewFileNodeToHierarchy(HierarchyNode parentNode, String fileName)
   at Microsoft.NodejsTools.Project.NodejsProjectNode.AddNewFileNodeToHierarchy(HierarchyNode parentNode, String fileName)
   at Microsoft.VisualStudioTools.Project.ProjectNode.AddItemWithSpecificInternal(UInt32 itemIdLoc, VSADDITEMOPERATION op, String itemName, UInt32 filesToOpen, String[] files, IntPtr dlgOwner, UInt32 editorFlags, Guid& editorType, String physicalView, Guid& logicalView, VSADDRESULT[] result, Nullable`1 promptOverwrite)
   at Microsoft.VisualStudioTools.Project.ProjectNode.AddItemWithSpecific(UInt32 itemIdLoc, VSADDITEMOPERATION op, String itemName, UInt32 filesToOpen, String[] files, IntPtr dlgOwner, UInt32 editorFlags, Guid& editorType, String physicalView, Guid& logicalView, VSADDRESULT[] result)
   at Microsoft.VisualStudioTools.Project.ProjectNode.AddItem(UInt32 itemIdLoc, VSADDITEMOPERATION op, String itemName, UInt32 filesToOpen, String[] files, IntPtr dlgOwner, VSADDRESULT[] result)
   at Microsoft.VisualStudioTools.Project.Automation.OAProjectItems.<>c__DisplayClass7_0.<AddItem>b__0()
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions