setup problems

First time setup, all I get in the browser is
NullReferenceException: Object reference not set to an instance of an object.]
ZNode.Libraries.ECommerce.Business.ZNodeCurrencyManager.CacheCurrencySetting() +139
ZNode.Libraries.ECommerce.Business.ZNodeCurrencyManager.SetPageCulture() +103
ASP.global_asax.Application_BeginRequest(Object sender, EventArgs e) +26
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

?????????????????????
Help.

Thanks
Terence

Null Object Reference

I am not completely sure why this would work in VS and not IIS but I would also verify your permissions on the web folder. Make sure that Network Services has read access to the folder. VS doesn't seem to need that but IIS does.

Znode Administrator
email: support@znode.com
url: www.znode.com

Not always the case

I have a problem like this also except for it connects in vs so I know the connection string is good. It just won't get the settings if it is running in iis.

Any help??

NullReferenceException: Object reference not set to an instance

When you see NullReferenceException: Object reference not set to an instance of an object it almost always means that you are not connecting to the database. The reason is that we instantiate various objects based on what we read from the database.

Check your connection string. Also try running diagnostics.aspx.

Znode Administrator
email: support@znode.com
url: www.znode.com