Object reference not set to an instance of an object.

  • Thread starter Thread starter cow.hammer
  • Start date Start date
C

cow.hammer

I'm sorry if this has been answered before.

Anyway, my original problem was that I had to reformat the web server
a website was hosted on. I backed up all the files (with FTP), then
posted them back up when I finished reformatting. I had to hack around
some random errors, but now I've hit a wall. My error when I try to
access the site is as follows:



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.]
Morpheus.BasePage.AddUser_MSAccess(String sConnection)
Morpheus.BasePage.AddUser()
Morpheus.BasePage.TrackUser(Boolean bNewUser)
Morpheus.BasePage.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731


Keep in mind this site was working fine before the format. Could there
be some issue with permissions that I've missed? Any help would be
appreciated.
 
Back
Top