|
Project
|
ReSharper
|
|
Priority
|
Show-stopper |
|
Type
|
Bug |
|
Fix versions
|
2.0.1 |
|
State
|
Fixed |
|
Assignee
|
Sergey Coox |
|
Subsystem
|
ASP.NET |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
No Fixed in build
|
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."