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

Posted By Obaid Sat 30 May 2015
Add to Favorites0
Author Message
Obaid
 Posted Sat 30 May 2015
Supreme Being

Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)

Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36, Visits: 118
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.
Paul
 Posted Wed 3 Jun 2015
große Käse

große Käse - (450,028 reputation)große Käse - (450,028 reputation)große Käse - (450,028 reputation)große Käse - (450,028 reputation)große Käse - (450,028 reputation)große Käse - (450,028 reputation)große Käse - (450,028 reputation)große Käse - (450,028 reputation)große Käse - (450,028 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
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.

--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
Obaid
 Posted Sat 6 Jun 2015
Supreme Being

Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)Supreme Being - (18,894 reputation)

Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36, Visits: 118
Thank you.

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top