最近、ここで説明したクラスを使用して、PreInit 中に動的コントロールにアクセスしました。投稿のタイトルは「PreInit 中の ASP.NET ページ コントロールへのアクセス」で、ローカルでは問題なく動作しますが、サーバーでは次のエラーが発生します。
Compiler Error Message: CS1031: Type expected
Source Error:
Line 12: /// in turn makes our controls accessible so that we can make the calls below.
Line 13: /// </remarks>
Line 14: public static void PrepareChildControlsDuringPreInit(this Page page)
Line 15: {
Line 16: // Walk up the master page chain and tickle the getter on each one
誰かが私に問題の解決策やアドバイスをくれたら、とても感謝しています。