Reporter | Jura Gorohovsky (gorohoroh) |
---|---|
Created | Apr 2, 2011 9:55:31 PM |
Updated | Jan 14, 2012 1:23:54 AM |
Resolved | Jan 14, 2012 1:23:54 AM |
Priority | Normal |
Type | Bug |
Fix versions | 6.1 |
State | Fixed |
Assignee | Sergey Coox (coox) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
There's an ASP.NET WebForms web site with an aspx page that references a user control like this:
The user control is used in the markup below:
However, if I delete or comment out the Register directive, ReSharper doesn't highlight <Blog:TextEditor/> as an unknown element and doesn't display an auto-import popup.
In an ASP.NET MVC web application, this functionality works fine.
Project: BlogEngine.NET 1.6, Add_entry.aspx
Reproduced in ReSharper 5.1.3 and ReSharper 6 EAP
<%@ Register Src="../htmlEditor.ascx" TagPrefix="Blog" TagName="TextEditor" %>
The user control is used in the markup below:
<Blog:TextEditor runat="server" id="txtContent" />
However, if I delete or comment out the Register directive, ReSharper doesn't highlight <Blog:TextEditor/> as an unknown element and doesn't display an auto-import popup.
In an ASP.NET MVC web application, this functionality works fine.
Project: BlogEngine.NET 1.6, Add_entry.aspx
Reproduced in ReSharper 5.1.3 and ReSharper 6 EAP