
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
Class name in "Inherits" attribute of page directive should be full qualified (otherwise it does not compile!). But ReSharper shows qualifier as redundant and quickfix removes it.
|
|
Description
|
Class name in "Inherits" attribute of page directive should be full qualified (otherwise it does not compile!). But ReSharper shows qualifier as redundant and quickfix removes it. |
Show » |
|
I'm getting this bug in build 251.
In the Inherits attribute value, the string Some.Name.Space. is highlighted with a warning, and the warning text is "Qualifier is redundant".
Quickfix is "Remove redundant qualifier", and I select it, after which ASP.Net failes to JIT the page, with the parser error message "Could not load type MyClass."