次の変換を実行しようとしています:
CType(Context.Handler, MyCustomHandler)
しかし、それは次のエラーをスローしています。
Unable to cast object of type 'ASP.MyWebForm_aspx' to type 'MyCustomHandler'.
「Context.Handler」と「MyCustomHandler」の両方が IHttpHandler 型です。
** MyCustomHandler は IHttpHandler を実装します。
ありがとう。