私のコードは WebMethod を呼び出します。その WebMethod 内で、新しいコントロール コレクションを作成する必要があります。VB では、通常次のように記述します。
Dim cc As System.Web.UI.ControlCollection = CreateControlCollection()
しかし、私は WebMethod 内にいるため、次のエラーが発生します。
Cannot refer to an instance member of a class from within a shared method or shared member initializer without an explicit instance of the class.
提案はありますか?ありがとうございます!