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