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 - (21,336 reputation)Supreme Being - (21,336 reputation)Supreme Being - (21,336 reputation)Supreme Being - (21,336 reputation)Supreme Being - (21,336 reputation)Supreme Being - (21,336 reputation)Supreme Being - (21,336 reputation)Supreme Being - (21,336 reputation)Supreme Being - (21,336 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.

Threaded View

Expand / Collapse

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top