You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: