Hello,
I'm migrating from Dw 7 (19.2.8.3) to Dw 8 (8.1.1.7) and I have a NotificationSubscriber of Standard.Page.OnGlobalTags similar to this example: http://developer.dynamicweb-cms.com/forum/development/create-custom-global-tags.aspx#Reply28555
Now on DW8 I'm getting an error and seems like is while acessing the PageviewNotificationArgs variable, when I try to do:
- pna.Template.SetTag(.....)
- pna.Pageview.Area.Values[......]
The error are in attachments. It catches MissingMethodException and MissingFieldException.
Thanks,
Diogo