Session("KartrisUserCulture"

Posted By petefeehan Fri 15 May 2015
Add to Favorites0
Author Message
petefeehan
 Posted Fri 15 May 2015
Supreme Being

Supreme Being - (1,560 reputation)Supreme Being - (1,560 reputation)Supreme Being - (1,560 reputation)Supreme Being - (1,560 reputation)Supreme Being - (1,560 reputation)Supreme Being - (1,560 reputation)Supreme Being - (1,560 reputation)Supreme Being - (1,560 reputation)Supreme Being - (1,560 reputation)

Group: Forum Members
Last Active: Thu 6 Jan 2022
Posts: 3, Visits: 13
Can anyone help me with the following problem, Im trying to evaluate Katris for an old Cactus customer.

Ive installed the app and run the data tool to transfer their data successfully, but when I go to the shop URL I get the following message, any help appreciated.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

Line 229:            Catch ex As ExceptionLine 230:                Session("KartrisUserCulture") = LanguagesBLL.GetCultureByLanguageID_s(LanguagesBLL.GetDefaultLanguageID())Line 231:                Thread.CurrentThread.CurrentUICulture = New CultureInfo(Session("KartrisUserCulture").ToString)Line 232:                Thread.CurrentThread.CurrentCulture = New CultureInfo(Session("KartrisUserCulture").ToString)Line 233:            End Try


Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top