Server Error in '/' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 216:
Line 217:        String requestFilename = ctx.Request.QueryString["filename"];
Line 218:        requestFilename = requestFilename.Replace(@"/", @"\");
Line 219:        requestFilename = Path.ChangeExtension(requestFilename, ".cci");
Line 220:

Source File: c:\cc\3.0\website\cc\imageproxy.ashx    Line: 218

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   ccImageHandler.ProcessRequest(HttpContext ctx) in c:\cc\3.0\website\cc\imageproxy.ashx:218
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +789
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +194
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4087.0