an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > General Programming > SiteNavigation.GetHost()
Last Post 2/2/2010 9:46:54 AM By lukezy. 1 replies.
2/2/2010 6:20:13 AM
Applied
Posts: 93
Joined: 9/18/2009
SiteNavigation.GetHost()
I am trying to run a program as a Windows Application, but when accessing the database I get the following error. I have the parts from web config in the app config. Do I need to initialize a method somwhere?

The type initializer for 'DotShoppingCart.Commercial.Base.SiteNavigation' threw an exception.

 

2/2/2010 9:46:54 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: SiteNavigation.GetHost()
Check DotShoppingCart.Commercial.OrderPipelineService.exe.config for <dscConfiguration> <DSC> settings. Make sure it has all the values from the original install package.
DotShoppingCart Staff