|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 25/08/2008 20:13:26
Posts: 2,
Visits: 7
|
|
| I've manually installed InstantForum 4.1.4 into a fresh, properly hosted Virtual Directory in IIS, and changed the InstantForum web.config to the proper address and login info for my SQL Server 2005(hosted on a seperate box). I ran the 'InstantForum414.sql' and it worked without a problem. When I attempt to navigate to Default.aspx, I am greeted with the this lovely error page: Detailed error information follows:
Date and Time: 8/22/2008 4:17:12 PM Machine Name: WEBDOTNET1 Process User: NT AUTHORITY\NETWORK SERVICE Remote User: Remote Address: 10.0.1.145 Remote Host: 10.0.1.145 URL: http://<removed>.com/InstantForum414/Default.aspx
NET Runtime version: 2.0.50727.1433 Application Domain: /LM/W3SVC/780556422/Root/InstantForum414-1-128639098242152714 Assembly Codebase: C:/Web Project Data/<removed>.com/InstantForum414/bin/InstantASP.InstantForum.DLL Assembly Full Name: InstantASP.InstantForum, Version=4.1.4.0, Culture=neutral, PublicKeyToken=null Assembly Version: 4.1.4.0 Assembly Build Date: 8/22/2008 3:35:49 PM
Exception Type: System.NullReferenceException Exception Message: Object reference not set to an instance of an object. Exception Source: InstantASP.InstantForum Exception Target Site: GetForums
---- Stack Trace ---- InstantASP.InstantForum.Business.Forums.GetForums(User As User, ForceDatabaseLookUp As Boolean, BuildSubForumStructures As Boolean) (unknown file): N 00493 InstantASP.InstantForum.Business.Forums.GetCategories(IsCategory As Boolean, User As User) (unknown file): N 00066 InstantASP.InstantForum.Business.Forums.ReturnCategoryCollection(User As User) (unknown file): N 00034 InstantASP.InstantForum.UI.Controls.ViewForumGroups.BindData() (unknown file): N 00065 InstantASP.InstantForum.UI.Controls.ViewForumGroups.Initialize(ctlSkin As Control) (unknown file): N 00290 InstantASP.Common.UI.Base.Skin.CreateChildControls() (unknown file): N 00078 InstantASP.InstantForum.UI.Skinning.Base.CreateChildControls() (unknown file): N 00085 System.Web.UI.Control.EnsureChildControls() (unknown file): N 00087 System.Web.UI.Control.PreRenderRecursiveInternal() (unknown file): N 00050 System.Web.UI.Control.PreRenderRecursiveInternal() (unknown file): N 00170 System.Web.UI.Control.PreRenderRecursiveInternal() (unknown file): N 00170 System.Web.UI.Control.PreRenderRecursiveInternal() (unknown file): N 00170 System.Web.UI.Control.PreRenderRecursiveInternal() (unknown file): N 00170 System.Web.UI.Control.PreRenderRecursiveInternal() (unknown file): N 00170 System.Web.UI.Page.ProcessRequestMain(includeStagesBeforeAsyncPoint As Boolean, includeStagesAfterAsyncPoint As Boolean) (unknown file): N 02041
---- Collections ----
Cookies
IF_LastVisit 8%2f22%2f2008+3%3a49%3a10+PM ASP.NET_SessionId jidg1b455iwsdxz5vgmgyj55 IF_LastVisit 8%2f22%2f2008+3%3a49%3a10+PM
ServerVariables
APPL_MD_PATH /LM/W3SVC/780556422/Root/InstantForum414 APPL_PHYSICAL_PATH C:\Web Project Data\<removed>.com\InstantForum414\ CONTENT_LENGTH 0 GATEWAY_INTERFACE CGI/1.1 HTTPS off INSTANCE_ID 780556422 INSTANCE_META_PATH /LM/W3SVC/780556422 LOCAL_ADDR 10.0.2.11 PATH_INFO /InstantForum414/Default.aspx PATH_TRANSLATED C:\Web Project Data\<removed>.com\InstantForum414\Default.aspx REMOTE_ADDR 10.0.1.145 REMOTE_HOST 10.0.1.145 REMOTE_PORT 1506 REQUEST_METHOD GET SCRIPT_NAME /InstantForum414/Default.aspx SERVER_NAME <removed>.com SERVER_PORT 80 SERVER_PORT_SECURE 0 SERVER_PROTOCOL HTTP/1.1 SERVER_SOFTWARE Microsoft-IIS/6.0 URL /InstantForum414/Default.aspx HTTP_CONNECTION Keep-Alive HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */* HTTP_ACCEPT_ENCODING gzip, deflate HTTP_ACCEPT_LANGUAGE en-us HTTP_COOKIE IF_LastVisit=8%2f22%2f2008+3%3a49%3a10+PM; ASP.NET_SessionId=jidg1b455iwsdxz5vgmgyj55 HTTP_HOST <removed>.com HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2) HTTP_UA_CPU x86
I've been struggling with this all day and I've tried everything I can think of. The real kicker is that when I install the whole package it locally, everything works perfectly. If I point my local installation of InstantForum414 to my HOSTED database instead of my local database, I'm greeted with the above error as well. Any ideas?
|
|
|
|