I am having issues with footprint and other plugins, mainly RB.MultiDatePicker and nuComponents. It looks like it tries to run on requests to the app_plugins directory which then fail.
[NullReferenceException: Object reference not set to an instance of an object.]
ncBehaviouralTargeting.Library.DataSources.RequestTrackingDataSource.IsVisitorInSegment(String visitorId, Segment segment) +30
ncBehaviouralTargeting.Library.DataSources.TrackingManager.IsVisitorInSegment(String visitorId, String segmentAlias) +161
ncBehaviouralTargeting.Library.DataSources.TrackingManager.SetVisitorProperty(String visitorId, IReadOnlyDictionary`2 values) +255
ncBehaviouralTargeting.Library.Tracking.CurrentVisitor.SetInternalProperty(Dictionary`2 values) +33
ncBehaviouralTargeting.Library.Tracking.CurrentVisitor.SetFootprints(HttpContextBase httpContext) +1058
ncBehaviouralTargeting.Library.Attributes.FootprintTrackingFilterAttribute.OnActionExecuting(ActionExecutingContext filterContext) +36
Issue with other plugins
I am having issues with footprint and other plugins, mainly RB.MultiDatePicker and nuComponents. It looks like it tries to run on requests to the app_plugins directory which then fail.
Regards Shannon
Wow.. sorry for the loong reply time. app_plugins, /umbraco and other umbraco related folders should be ignored by footprint.. Is this still an issue?
is working on a reply...