When I attempt to navigate to my .ashx in my module in DNN 6.01.02, I"m getting the following exception
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Common.Globals.get_Status() +81 DotNetNuke.HttpModules.RewriterUtils.OmitFromRewriteProcessing(String localPath) +39
DotNetNuke.HttpModules.RequestFilter.RequestFilterModule.FilterRequest(Object sender, EventArgs e) +160
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Since this seems to be triggering in DotNetNuke itself, I am unsure of what to do. Any ideas?