Describe the bug
Client receives following error, dont know his setup or project info. No other errors
System.NotImplementedException: The method or operation is not implemented.
at EnvDTE.ProjectItems.AddFolder(String Name, String Kind)
|
ProjectItem item = existing ?? project.ProjectItems.AddFolder(list.First()); |