Hi!
Is there any way I can get help on this one? I have registered/signed up as well as setting the Google "guidelines." When I go to my reports page, for each report I click on, I get an error message that starts with - "Server Error in '/' Application."
the entire error message is -
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:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration> <system.web> <compilation debug="true"/> </system.web> </configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. |
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
ClickForensics.reportBasePage.DetailsButton_Click(GridView gv, ImageButton DetailedReport, String reportType) +90
ClickForensics.SiteAdvisor.DetailsButton_Click(Object sender, EventArgs e) +35
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +114
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +167
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +31
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3214
|
I'm NOT an expert in code - I built my site using a WYSIWYG page. So I need some help understand this. I'm GUESSING that the file that generated this error, is the page I inserted the click fraud code on?? SO, in order to correct this is this error message telling me to add another code "debugging' to same page? I can edit in source, but I don't want to make changes unless I know for sure, it's the RIGHT change.
THANK YOU!!!