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,308 reputation)Supreme Being - (1,308 reputation)Supreme Being - (1,308 reputation)Supreme Being - (1,308 reputation)Supreme Being - (1,308 reputation)Supreme Being - (1,308 reputation)Supreme Being - (1,308 reputation)Supreme Being - (1,308 reputation)Supreme Being - (1,308 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
metalmania
 Posted Tue 19 May 2015
Supreme Being

Supreme Being - (22,816 reputation)Supreme Being - (22,816 reputation)Supreme Being - (22,816 reputation)Supreme Being - (22,816 reputation)Supreme Being - (22,816 reputation)Supreme Being - (22,816 reputation)Supreme Being - (22,816 reputation)Supreme Being - (22,816 reputation)Supreme Being - (22,816 reputation)

Group: Forum Members
Last Active: Tue 21 Jun 2016
Posts: 36, Visits: 165
You might want to check the Language settings are setup correctly in the backend.
Regional Setup -> Lang. & Email Setup.
Make sure at least 1 language is setup (e.g. English) and it's actually Live.
Language Culture for English is "en-GB"
and Language UI Culture is "en"
Although there is referential integrity on the database, so would be surprised if these were set incorrectly.
Paul
 Posted Tue 19 May 2015
große Käse

große Käse - (450,196 reputation)große Käse - (450,196 reputation)große Käse - (450,196 reputation)große Käse - (450,196 reputation)große Käse - (450,196 reputation)große Käse - (450,196 reputation)große Käse - (450,196 reputation)große Käse - (450,196 reputation)große Käse - (450,196 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
I've found sometimes due to the CactuShop settings being carried across, it's easier and less problematic to set up Kartris, test it, then run the Data Tool to import products, then test, and then run to import customers.

Part of the difficulty in upgrading is that data is very inter-related, so you might find for example that we need to pull country data from CactuShop to ensure shipping etc. is all mapped correctly, but CactuShop lacks the full culture definitions that Kartris requires.


--
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
ocsbox
 Posted Fri 29 May 2015
Supreme Being

Supreme Being - (609 reputation)Supreme Being - (609 reputation)Supreme Being - (609 reputation)Supreme Being - (609 reputation)Supreme Being - (609 reputation)Supreme Being - (609 reputation)Supreme Being - (609 reputation)Supreme Being - (609 reputation)Supreme Being - (609 reputation)

Group: Forum Members
Last Active: Fri 29 May 2015
Posts: 1, Visits: 2
609
[SerializableAttribute][ComVisibleAttribute(true)]public class NullReferenceException : SystemException

use it or you can be take a look on https://goo.gl/dvr3Vp


cloud
cloud storage
clouding
cloud based vas
cloud based vas solutoin

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top