// Getting HttpContext from HttpContextBase: HttpContext httpContext = httpContextBase.ApplicationInstance.Context;
// Getting HttpContextBase from HttpContext: HttpContextBase httpContextBase = new System.Web.HttpContextWrapper(context);
ApplicationInstance is not initialised error
ApplicationInstance is not initialised error
ReplyDelete