无法包含对 telerik dll VS 2013 的引用

Not able to include reference to telerik dll VS 2013

我正在将我的解决方案从 2014 年第一季度更新到 2014 年第三季度,在 运行 更新向导在 VS 2013 SP 3 上遇到错误:

The name "ExtendedTextBox" does not exist in the namespace "clr-namespace:Telerik.Windows.Controls.MaskedTextBox;assembly=Telerik.Windows.Controls.Input".

当我转到发生错误的行时,我尝试包含参考但没有任何反应。
我不知道为什么会这样。任何帮助将不胜感激。

向导经常这样做!原因不得而知,官方给出的答案是"there is some plugin installed in VS that affects the wizard".

1) manually cancel the old DLL
2) manually add the newest DLL
3) remove the line in the webconfig referringto the old DLL
4) remove the control, save the project, add back the control.

应该有用。