There are some custom tables and stored procedures so unfortunately it can't run on SQL CE.
This means it can run on cloud but not on your local dev environment out of the box. You should be able to make the local environment work if you connect to the cloud sql server instead of your local SQL CE.
Haven't tried for a while.
I can ship you the source so you can add a separate connection string/db for the custom tables maybe. That might be the easiest way of using it on cloud. :)
[NullReferenceException: Object reference not set to an instance of an object.]
ncBehaviouralTargeting.Library.DataSources.TrackingManager.getIsDataSourceAvailable() +112
ncBehaviouralTargeting.Library.DataSources.TrackingManager.getCanWrite() +25
ncBehaviouralTargeting.Library.DataSources.TrackingManager.SetVisitorProperty(String visitorId, IReadOnlyDictionary2 values) +90
ncBehaviouralTargeting.Library.Tracking.CurrentVisitor.SetInternalProperty(Dictionary2 values) +101
I noticed in app_data the config file is missing so i uploaded one, still get error but that may be because nothing is set. I will try and set it to the umbraco db.
footprint on cloud
Does footprint work on umbraco cloud?
Hi Ismail
There are some custom tables and stored procedures so unfortunately it can't run on SQL CE.
This means it can run on cloud but not on your local dev environment out of the box. You should be able to make the local environment work if you connect to the cloud sql server instead of your local SQL CE.
Haven't tried for a while. I can ship you the source so you can add a separate connection string/db for the custom tables maybe. That might be the easiest way of using it on cloud. :)
Adam,
The error i get is
I noticed in app_data the config file is missing so i uploaded one, still get error but that may be because nothing is set. I will try and set it to the umbraco db.
Regards
Ismail
is working on a reply...