System.NullReferenceException
I just installed the application to a remote server. I had it working locally but on the remote server i get a System.NullReferenceException on almost every page. the message I get is:
Line 38: protected static PollsElement Settings
Line 39: {
Line 40: get { return Globals.Settings.Polls; }
Line 41: }
Line 42:
Any Ideas? Thanks.
|