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.
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
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
|
Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36,
Visits: 118
|
Thank you.
|