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

Key: RSRP-23264
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Sergey Coox
Reporter: Michael
Votes: 0
Watchers: 1
Operations

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

RS thinks fully qualified name in ASP.Net MasterType declaration is redundant

Created: 06 Aug 06 15:31   Updated: 26 Oct 06 15:14
Component/s: None
Fix Version/s: 2.0.3
Security Level: Everybody (All jira users)

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

Build: 236
Fixed in build: 266
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=23264


 Description  « Hide
If I have a page declaration like:

<%@ Page MasterPageFile="~/foo/bar.master" Language="c#" Inherits="Company.Web.Blah.Foo.Barmaster" CodeFile="somefile.aspx.cs" %>
<%@ MasterType TypeName="Company.Web.Blah.Foo.Barmaster" %>

ReSharper suggests that I simplify TypeName to "Barmaster". This, in fact, will not work in ASP.Net.



 All   Comments   Work Log   Change History      Sort Order:
Michael - 19 Sep 06 19:56
This is still a problem in build 262.

Sergey Coox - 16 Oct 06 16:40
could you create a small sample solution, please?
I've tried to reproduce, but failed. Maybe, there is something peculiar in your case...