kevinmiles / dxcorecommunityplugins

Automatically exported from code.google.com/p/dxcorecommunityplugins
0 stars 0 forks source link

Exceptions raised while invoking "CheckAvailability" even for "Next Reference" #132

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which edition of the DevExpress toolset are you using?
* CodeRush (pro)

Which version of the DevExpress toolset are you using?
 * 11.2.10

Which version of Studio are you using?
* VS2010

What OS?
 *Win7 64bit

Which community plugin(s) are you attempting to use?
CR_AttributeTabber

What steps will reproduce the problem?
1. Show the Messages logging

What is the expected output? What do you see instead?

Type: System.InvalidCastException
Message: Unable to cast object of type 
'DevExpress.CodeRush.StructuralParser.HtmlText' to type 
'DevExpress.CodeRush.StructuralParser.HtmlAttribute'.
Source: CR_AttributeTabber
Target: Boolean 
IsOnHTMLXMLAttribute(DevExpress.CodeRush.StructuralParser.HtmlAttribute ByRef)

Call Stack:
   at CR_AttributeTabber.PlugIn1.IsOnHTMLXMLAttribute(HtmlAttribute& Attribute)
   at CR_AttributeTabber.PlugIn1.XMLAttributeAndValueSearcher_CheckAvailability(Object sender, CheckSearchAvailabilityEventArgs ea)
   at DevExpress.CodeRush.Core.SearcherProvider.Available(Boolean onlyProjecDeclaration, Boolean usePartialSelection, SearchTarget target, Boolean& hasOutsideProjectFiles)
   at DevExpress.CodeRush.Core.SearcherProvider.Available(Boolean onlyProjecDeclaration, Boolean usePartialSelection, SearchTarget target)
   at DevExpress.CodeRush.Core.SearcherServices.GetAvailableSearchers(SearcherProvider[] searchers, Boolean onlyProjectDeclaration, Boolean usePartialSelection, Boolean needUpdateContext, SearchTarget target, Boolean breakOnFirst)
   at CR_NextReference.NextReferencePlugIn.npGoToNextReference_CheckAvailability(Object sender, CheckContentAvailabilityEventArgs ea)
   at DevExpress.CodeRush.Core.ContentProvider.OnCheckAvailability(CheckContentAvailabilityEventArgs ea)

Original issue reported on code.google.com by seikad...@gmail.com on 30 Mar 2012 at 9:13

GoogleCodeExporter commented 8 years ago
Believed fixed in Build 2200

Original comment by RoryBec...@gmail.com on 30 Mar 2012 at 9:19