Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ReSharper 5.0で「コードのクリーンアップ」機能を使用する場合、コードのクリーンアップによりaspxページの行が削除されます。
ReSharper5.0内の問題のようです。同じ問題を抱えている他の人。
ありがとう
グリン、
次の行がweb.configのpages/controlsセクションにあるかどうかを確認します。
<add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" />
その場合、<%@ Register%>は不要であり、Resharperは重複登録を取得しています。
マイク