Rename class refactoring does not affect WebUserControls
Hello!
For example,
having such a code:
<%@ Control Language="c#" Inherits="SomeNamespace.SomeDataFilter" %>
When changed base class name to SomeFilter (using Rename refactoring),
the line of code above remains unchanged.
Is this a bug or just a feature is not yet implemented?
Regards,
Andrew Ovchinnikov
Please sign in to leave a comment.
Sorry, forgot to mention build number - 213.
214 and 215 seems to be unstable, don't use them.
Regards,
Andrew Ovchinnikov
Andrew,
Just checked in 216 in VS2005. Works ok. And if I'm not mistaken should
work in 213 too.
Could You send us a sample solution?
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Sergey,
I've sent you sample solution by e-mail. Sorry for a delay. :(
Andrew