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.
|