Hi all,
I was able to build and run the c# source code in VS2008 at home on my Vista box and i was able to get the site to open up on localhost, but now at work on my XP box i cant get the site running although it is the same code from our source control that worked fine on Vista.
I can't seem to get by a null exception in the AppConfigTable (SendEMailOnApplicationError is the reported issue). I added that to the AppConfig table but get the same error.
I have double checked the web.config for my database connection, but it seems it isnt loading the AppConfigTable at all.
Code:
System.NullReferenceException was unhandled by user code
Message="Object reference not set to an instance of an object."
Source="AspDotNetStorefrontCore"
StackTrace:
at AspDotNetStorefrontCore.AppLogic.AppConfig(String paramName)
at AspDotNetStorefrontCore.AppLogic.AppConfigBool(String paramName)
at AspDotNetStorefront.Global.tlZJ6YWeY(Object , EventArgs )
at AspDotNetStorefront.Global.Application_Error(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.HttpApplication.RaiseOnError()
InnerException:
Am i not loading the site correctly into VS? Am i not building in the correct order? I haven't changed anything in the solution from the working home build.
heres the url that comes up, but never displays the content...
http://localhost:49683/Web/default.aspx
Thanks for any pointers