Hej! vet inte om det är forumet men <%@ Page language="c#" Codebehind="default.aspx.cs" AutoEventWireup="false" Inherits="Abonnemang._default" %> Hej!Vad har hänt nu då (akut)
Jag får följande meddelande på alla mina sidor jag skall köra
<code>
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 1: <%@ Page language="c#" Codebehind="default.aspx.cs" AutoEventWireup="false" Inherits="Abonnemang._default" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
Source File: c:\inetpub\wwwroot\Abonnemang\default.aspx Line: 1
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
System.Web.UI.Control.CreateControlCollection()
System.Web.UI.Control.get_Controls()
System.Web.UI.Control.AddParsedSubObject(Object obj)
System.Web.UI.Control.System.Web.UI.IParserAccessor.AddParsedSubObject(Object obj)
ASP.default_aspx.__BuildControlTree(Control __ctrl) in c:\inetpub\wwwroot\Abonnemang\default.aspx:1
ASP.default_aspx.FrameworkInitialize() in c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\abonnemang\7e903796\26def527\et_n0nd9.0.cs:0
System.Web.UI.Page.ProcessRequest()
System.Web.UI.Page.ProcessRequest(HttpContext context)
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
</code>
vad kan ha hänt?
Altså likadant oavsett sida jag skall köra(dvs sätter olika till startup)
/tyronneSv: Vad har hänt nu då (akut)
bör vara på en radSv:Vad har hänt nu då (akut)
I koden gör den det.. det blev så när jag kopierade meddelandet från sidan.
/Tyronne