After changing my project(s) to target .NET 4.6.2, Web Essentials 2013.5 appears to be throwing these exceptions:
9/7/2016 9:56:07 AM: System.ArgumentException: Value does not fall within the expected range.
at EnvDTE80.DTE2.get_ActiveDocument()
at MadsKristensen.EditorExtensions.ProjectHelpers.GetRootFolder(Project project)
9/7/2016 9:56:07 AM: System.ArgumentException: Value does not fall within the expected range.
at EnvDTE80.DTE2.get_ActiveDocument()
at MadsKristensen.EditorExtensions.ProjectHelpers.GetRootFolder(Project project)
After changing my project(s) to target .NET 4.6.2, Web Essentials 2013.5 appears to be throwing these exceptions: 9/7/2016 9:56:07 AM: System.ArgumentException: Value does not fall within the expected range. at EnvDTE80.DTE2.get_ActiveDocument() at MadsKristensen.EditorExtensions.ProjectHelpers.GetRootFolder(Project project) 9/7/2016 9:56:07 AM: System.ArgumentException: Value does not fall within the expected range. at EnvDTE80.DTE2.get_ActiveDocument() at MadsKristensen.EditorExtensions.ProjectHelpers.GetRootFolder(Project project)
I have VS 2013 Update 5 and Web Essentials 2013.5