Ticket #854: error.txt

File error.txt, 2.2 KB (added by einand@…, 14 years ago)

när jag klickar på "mina uppgifter" - "funktionärer i mitt område" får jag bifogat error

Line 
1Server Error in '/' Application.
2
3Object reference not set to an instance of an object.
4
5Description: 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.
6
7Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
8
9Source Error:
10
11The 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:
12
131. Add a "Debug=true" directive at the top of the file that generated the error. Example:
14
15  <%@ Page Language="C#" Debug="true" %>
16
17or:
18
192) Add the following section to the configuration file of your application:
20
21<configuration>
22   <system.web>
23       <compilation debug="true"/>
24   </system.web>
25</configuration>
26
27Note 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.
28
29Important: 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.
30
31Stack Trace:
32
33
34[NullReferenceException: Object reference not set to an instance of an object.]
35   Pages_v4_v3_GeographyOfficers.PrintOfficer(PersonRole r) +67
36   Pages_v4_v3_GeographyOfficers.PrintGeography(Geography geo) +435
37   Pages_v4_v3_GeographyOfficers.buildOutput(Geographies upwardsList, Geographies geographies) +107
38   Pages_v4_v3_GeographyOfficers.Page_Load(Object sender, EventArgs e) +547
39   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
40   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
41   System.Web.UI.Control.OnLoad(EventArgs e) +99
42   System.Web.UI.Control.LoadRecursive() +47
43   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
44
45Version Information: Microsoft .NET Framework Version:2.0.50727.1873; ASP.NET Version:2.0.50727.1433