moving web application from win2000 to win2003...



It seems many of my .NET web apps are having problems after being deployed on
my new win2003 system. I'm getting simple "object reference" errors but, I
cannot track down where in my code they occur because line numbers aren't
given. Please help me track down my problem (using stack trace I assume).
Thanks!

Error message:

Server Error in '/cpthandler/procUpload' Application.
--------------------------------------------------------------------------------

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:

An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an
object.]
procUpload.procUpload.Page_Load(Object sender, EventArgs e) +12300
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750



--
--


www.paulbgrimes.com
.



Relevant Pages

  • Re: How do I set the property for a Web User Control properties from the parent form (VB)
    ... Object reference not set to an instance of an object. ... current web request. ... Exception Details: System.NullReferenceException: Object reference not set ... exception can be identified using the exception stack trace below. ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: intermittant error on web server
    ... guess.....if your code caused a SystemOutOfMemory exception for example, ... > Object reference not set to an instance of an object. ... > the current web request. ... Please review the stack trace for more ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: cameron cabinet...curtesy jewels web site....
    ... Object reference not set to an instance of an object. ... current web request. ... Exception Details: System.NullReferenceException: Object reference not set ... exception can be identified using the exception stack trace below. ...
    (uk.politics.misc)
  • Re: Exchange 2003 Mobile Admin
    ... Object reference not set to an instance of an object. ... Please review the stack trace for more information about ... Exception Details: System.NullReferenceException: Object reference not set ... Server Error in '/MobileAdmin' Application. ...
    (microsoft.public.exchange.setup)
  • Re: Updated info
    ... An unhandled exception occurred during the execution of the current web request. ... Information regarding the origin and location of the exception can be identified using the exception stack trace below. ... We've opened ports 443 and 4125 in the Netopia router but still can't get a RWW logon prompt. ...
    (microsoft.public.windows.server.sbs)

Loading