|
Hi,
This feels like a dumb question because I can see a lot of people have posted this type of error online, but I知 having trouble figuring out what I知 supposed to do.
I just started a new html website. When I go on to it, it usually starts out fine, but eventually I値l click on a page (no page in particular, it varies) and get the error message below. Sometimes I値l click on a page and not have one of the pictures show up. After that I知 guaranteed to get the error message on the next page. It's not any one page this will happen on. All pages work sometimes.
Thank you in advance for any help. Here is the error message:
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:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] IIS7Injector.InjectedContentStream.Write(Byte[] buffer, Int32 offset, Int32 count) +135 System.Web.HttpWriter.FilterIntegrated(Boolean finalFiltering, IIS7WorkerRequest wr) +281 System.Web.HttpResponse.FilterOutput() +119 System.Web.CallFilterExecutionStep.System.Web.Http Application.IExecutionStep.Execute() +47 System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +75
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
|