G
G-Fit
Hello group,
I'm trying to understand what happened to one of our team member today.
He's getting NullReferenceException on any .aspx from our project he tries
to browse, the error pointing to the first line of the file (be it <%@
Register..., <%@ Page...) with stack :
[NullReferenceException: La référence d'objet n'est pas définie à une
instance d'un objet.]
System.Web.UI.Control.get_Controls()
System.Web.UI.Control.AddParsedSubObject(Object obj)
System.Web.UI.Control.System.Web.UI.IParserAccessor.AddParsedSubObject(Objec
t obj)
ASP.Default_aspx.__BuildControlTree(Control __ctrl) in
c:\inetpub\wwwroot\FaF\default.aspx:1
ASP.Default_aspx.FrameworkInitialize() in
c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\faf\201c543a\a3b8d047\lmpx-wds.0.cs:0
System.Web.UI.Page.ProcessRequest()
System.Web.UI.Page.ProcessRequest(HttpContext context)
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionSte
p.Execute()
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
Every person in the team has the same code as his, and doesn't get that.
Does anyone know what is happening ?
Thanks
Karine Proot
I'm trying to understand what happened to one of our team member today.
He's getting NullReferenceException on any .aspx from our project he tries
to browse, the error pointing to the first line of the file (be it <%@
Register..., <%@ Page...) with stack :
[NullReferenceException: La référence d'objet n'est pas définie à une
instance d'un objet.]
System.Web.UI.Control.get_Controls()
System.Web.UI.Control.AddParsedSubObject(Object obj)
System.Web.UI.Control.System.Web.UI.IParserAccessor.AddParsedSubObject(Objec
t obj)
ASP.Default_aspx.__BuildControlTree(Control __ctrl) in
c:\inetpub\wwwroot\FaF\default.aspx:1
ASP.Default_aspx.FrameworkInitialize() in
c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\faf\201c543a\a3b8d047\lmpx-wds.0.cs:0
System.Web.UI.Page.ProcessRequest()
System.Web.UI.Page.ProcessRequest(HttpContext context)
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionSte
p.Execute()
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
Every person in the team has the same code as his, and doesn't get that.
Does anyone know what is happening ?
Thanks
Karine Proot