an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > DotShoppingCart Suite > What is this line of code and what how should i...
Last Post 12/30/2015 1:43:57 PM By cestes001. 0 replies.
12/30/2015 1:43:57 PM
cestes001
Posts: 2
Joined: 11/15/2012
What is this line of code and what how should it read?
In the Open Source version, in Dynamic.aspx.cs, the following line of code throws an error (of course it would)
 
                pageConfigurations = (Dictionary<string, PageConfig>);
 
string is a type, not a variable.  I don't think the chevrons belong in there, either.  Can someone fill me in on this?  I get the error when I go to view my shopping cart.
 
Thx