次の例外が表示されます。
System.NullReferenceException: オブジェクト参照がオブジェクトのインスタンスに設定されていません。System.Web.Util.StringUtil.memcpyimpl (Byte* src, Byte* dest, Int32 len) System.Web.Util.StringUtil.UnsafeStringCopy (String src, Int32 srcIndex, Char[] dest, Int32 destIndex, Int32 len) でSystem.Web.HttpWriter.Write(String s) で System.Web.HttpResponse.Write(String s) で
私はすでに、応答しているコンテキストについて次のチェックを行っています。
return !(context == null || context.Response == null ||
context.Response.OutputStream == null ||
!context.Response.OutputStream.CanWrite);
これを引き起こしている可能性があることを誰かが示唆できますか?