History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-38885
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Coox
Reporter: Erwin Derksen
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

Incorrect "Qualifier is redundant" on import directive in aspx

Created: 13 Apr 07 18:47   Updated: 20 Jun 07 10:59
Component/s: Language - ASP.NET
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 370


 Description  « Hide
<%@ Import Namespace="ASR.EOS.Acquisitie.UI.Webapp.Generiek" %>

R# grays out the "ASR.EOS.Acquisitie.UI.Webapp." part, telling that "Qualifier is redundant". However this in ot the case. The help says that it should be "The fully qualified name of the namespace to import." And asp.net itself gives a runtime error when the page is accessed (and thus compiled for the first time):

System.Web.HttpCompileException: s:\EOS.Webmodule\Sources\01 UI\ASR.EOS.Acquisitie.UI.Webapp\Usecases\Samenstellen\ToonPakket.aspx(6): error CS0246: The type or namespace name 'Generiek' could not be found (are you missing a using directive or an assembly reference?)



 All   Comments   Work Log   Change History      Sort Order:
Sergey Coox - 16 Apr 07 12:54
Erwin, i've planned to fix the issue, but most probably we won't be able to implement it by th 3.0 release