Server Error: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
WiMu (Diskussion | Beiträge) K (Zwischenspeichern ... muss DVD gucken ...) |
WiMu (Diskussion | Beiträge) K (mal kurz einen server error kopiert ... ich sag' auch nicht, woher ...) |
||
| Zeile 8: | Zeile 8: | ||
<code style="background-color:#ffffcc;">Test</code> | <code style="background-color:#ffffcc;">Test</code> | ||
| + | |||
| + | <!-- ha! endlich einen aktuellen server error gefunden ... !!! | ||
| + | |||
| + | |||
| + | <html> | ||
| + | <head> | ||
| + | <title>Object reference not set to an instance of an object.</title> | ||
| + | <style> | ||
| + | body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} | ||
| + | p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} | ||
| + | b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} | ||
| + | H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } | ||
| + | H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } | ||
| + | pre {font-family:"Lucida Console";font-size: .9em} | ||
| + | .marker {font-weight: bold; color: black;text-decoration: none;} | ||
| + | .version {color: gray;} | ||
| + | .error {margin-bottom: 10px;} | ||
| + | .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; } | ||
| + | </style> | ||
| + | </head> | ||
| + | |||
| + | <body bgcolor="white"> | ||
| + | |||
| + | <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1> | ||
| + | |||
| + | <h2> <i>Object reference not set to an instance of an object.</i> </h2></span> | ||
| + | |||
| + | <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "> | ||
| + | |||
| + | <b> Description: </b>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. | ||
| + | |||
| + | <br><br> | ||
| + | |||
| + | <b> Exception Details: </b>System.NullReferenceException: Object reference not set to an instance of an object.<br><br> | ||
| + | |||
| + | <b>Source Error:</b> <br><br> | ||
| + | |||
| + | <table width=100% bgcolor="#ffffcc"> | ||
| + | <tr> | ||
| + | <td> | ||
| + | <code><pre> | ||
| + | |||
| + | Line 47: private string GetRedirectTargetUrl() | ||
| + | Line 48: { | ||
| + | <font color=red>Line 49: ReadOnlyCollection<VariationLabel> spawnedLabels = Variations.Current.UserAccessibleLabels; | ||
| + | |||
| + | </font>Line 50: if (spawnedLabels.Count > 0) | ||
| + | Line 51: {</pre></code> | ||
| + | |||
| + | </td> | ||
| + | </tr> | ||
| + | </table> | ||
| + | |||
| + | <br> | ||
| + | |||
| + | <b> Source File: </b> c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\CONTROLTEMPLATES\VariationsRootLanding.ascx<b> Line: </b> 49 | ||
| + | <br><br> | ||
| + | |||
| + | <b>Stack Trace:</b> <br><br> | ||
| + | |||
| + | <table width=100% bgcolor="#ffffcc"> | ||
| + | <tr> | ||
| + | <td> | ||
| + | <code><pre> | ||
| + | |||
| + | [NullReferenceException: Object reference not set to an instance of an object.] | ||
| + | Microsoft.SharePoint.Publishing.Variations.InitializeUserAccessibleLabels() +306 | ||
| + | Microsoft.SharePoint.Publishing.Variations.get_UserAccessibleLabels() +56 | ||
| + | ASP._controltemplates_variationsrootlanding_ascx.GetRedirectTargetUrl() in c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\CONTROLTEMPLATES\VariationsRootLanding.ascx:49 | ||
| + | ASP._controltemplates_variationsrootlanding_ascx.OnLoad(EventArgs e) in c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\CONTROLTEMPLATES\VariationsRootLanding.ascx:41 | ||
| + | System.Web.UI.Control.LoadRecursive() +100 | ||
| + | System.Web.UI.Control.LoadRecursive() +210 | ||
| + | System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2587 | ||
| + | </pre></code> | ||
| + | |||
| + | </td> | ||
| + | </tr> | ||
| + | </table> | ||
| + | |||
| + | <br> | ||
| + | |||
| + | <hr width=100% size=1 color=silver> | ||
| + | |||
| + | <b>Version Information:</b> Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832 | ||
| + | |||
| + | </font> | ||
| + | |||
| + | </body> | ||
| + | </html> | ||
| + | <!-- | ||
| + | [NullReferenceException]: Object reference not set to an instance of an object. | ||
| + | at Microsoft.SharePoint.Publishing.Variations.InitializeUserAccessibleLabels() | ||
| + | at Microsoft.SharePoint.Publishing.Variations.get_UserAccessibleLabels() | ||
| + | at ASP._controltemplates_variationsrootlanding_ascx.GetRedirectTargetUrl() in c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\CONTROLTEMPLATES\VariationsRootLanding.ascx:line 49 | ||
| + | at ASP._controltemplates_variationsrootlanding_ascx.OnLoad(EventArgs e) in c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\CONTROLTEMPLATES\VariationsRootLanding.ascx:line 41 | ||
| + | at System.Web.UI.Control.LoadRecursive() | ||
| + | at System.Web.UI.Control.LoadRecursive() | ||
| + | at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) | ||
| + | [HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown. | ||
| + | at System.Web.UI.Page.HandleError(Exception e) | ||
| + | at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) | ||
| + | at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) | ||
| + | at System.Web.UI.Page.ProcessRequest() | ||
| + | at System.Web.UI.Page.ProcessRequest(HttpContext context) | ||
| + | at Microsoft.SharePoint.Publishing.TemplateRedirectionPage.ProcessRequest(HttpContext context) | ||
| + | at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() | ||
| + | at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) | ||
| + | --><!-- | ||
| + | This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using <customErrors mode="Off"/>. Consider using <customErrors mode="On"/> or <customErrors mode="RemoteOnly"/> in production environments.--> | ||
Version vom 2. März 2009, 13:14 Uhr
Server Error in '/' Application.
Instance of an Object reference not set to an instance of an object reference.
Description: An unhandled exception occured during the execution of the current web request. Please review the drecks trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException. Instance of an Object reference not set to an instance of an object reference; or maybe Reference not set to a Reference of an Instance Object; or something like that.
Source Error:
Test