These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Object reference not set to an instance of an object

Hi

I have installed FileVista 3.5 on Server 2008 / IIS7.  Managed to set the IIS App to 32-bit and have run through the config wizard.

However when I log in I get a page with "Object reference not set to an instance of an object"

Same error as
http://www.gleamtech.com/support/forums/2712/server-setup-error
however the web.config entries refered to in that post dont solve my issue.


Please help.


Stack Trace:
NullReferenceException: Object reference not set to an instance of an object.]
   GleamTech.Web.Controls.FileVistaFolder.GetPhysicalPath(String path) +6
   GleamTech.Web.Controls.FileVistaControl.Page_Load(Object sender, EventArgs e) +191
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


WarrenA 5/24/2009 9:06 PM
Please open FileVista\App_Data\FileVista.config file and make sure these lines exist:

  <add key="TemporaryFolder" value="~/App_Data/temporary" />
  <add key="ApplicationKey" value="BA27D771A7FF3A0204CB98766B2F66BX39E3B1C51DF995663770A95214690EDC" />

The value of ApplicationKey may be different, but it shouldn't be empty.
Cem Alacayir 5/28/2009 9:07 PM