重构 -> 重命名在 Visual Studio 中损坏
我正在使用 Visual Studio SP1(版本 10.0.40219.1),并创建了一个 ASP.NET MVC 3 应用程序。我正在尝试重命名一个继承自 Controller 的抽象类。
我右键单击类名并选择 Refactor->Rename。我更改了名称并单击“确定”(选中“预览参考更改”)。在“预览更改”对话框中,我单击“应用”,但出现以下错误:
微软视觉工作室
StartIndex 不能小于零。
参数名称:startIndex
问题可能是什么?
I'm using Visual Studio SP1 (Ver 10.0.40219.1) and I created an ASP.NET MVC 3 app. I'm trying to rename an abstract class that inherits from Controller.
I right-clicked the class name and selected Refactor->Rename. I changed the name and clicked OK (with Preview reference changes checked). On the Preview Changes dialog I clicked Apply, and got the following error:
Microsoft Visual Studio
StartIndex cannot be less than zero.
Parameter name: startIndex
An ideas what the problem might be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论