Error "InvalidCaseException..." when changing theme to HugoFox


https://forum.kartris.com/Topic3771.aspx
Print Topic | Close Window

By Obaid - Sat 30 May 2015
As per user guide; I changed the theme in the back end to KartrisAccordian (for front end) and it worked fine.

Then I changed it to HugoFox and I get the error "InvalidCaseException was unhandeld by user code"

The error occours in HugoFoxContent.ascx.vb, when trying to excute IF statement shown in red below:

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim strHugoFoxHTML As String = ""

'First, we need to know the customer's HugoFox
'account ID number
Dim numHugoFoxID = KartSettingsManager.GetKartConfig("hugofox.account.id")

'Account ID is not zero, proceed, otherwise, flag issue
If numHugoFoxID > 0 Then

For your info, I am using VisualStudio 2014.
By Paul - Wed 3 Jun 2015
The HugoFox skin is a special skin that is included with Kartris because Kartris is being incorporated as the ecommerce platform within the HugoFox system. The skin integrates with a customer's account on the HugoFox system, so is not designed to work in isolation.
By Obaid - Sat 6 Jun 2015
Thank you.