I have upgraded a site from v6 to v8.0.3 and then redesigned the main temlate using Dreamweaver 8.
When I add the <Actinic:Variable Name="ShoppingCartSummary"/> tag into the registered page using Dreamweaver and then try to view the page in Actinic " Design View " - my Microsoft Visual Studio Debugger opens and highlights an "object expected" error against the <!-- document.write(getCartItem(3)); // --> line of code - on the \PreviewHTML\P_Index.html page.
When I remove the <Actinic:Variable Name="ShoppingCartSummary"/> tag from the registered page using Dreamweaver and then try to view the page in Actinic " Design View " - I do not get any debug errors.
I picked up a previous posting on debugging with version 8 - and the solution seemed to be to disable the debugging application - but I wanted to seek some reassurance that this was not an actinic error and that I should ignore!
Any assistance would be welcome..
When I add the <Actinic:Variable Name="ShoppingCartSummary"/> tag into the registered page using Dreamweaver and then try to view the page in Actinic " Design View " - my Microsoft Visual Studio Debugger opens and highlights an "object expected" error against the <!-- document.write(getCartItem(3)); // --> line of code - on the \PreviewHTML\P_Index.html page.
When I remove the <Actinic:Variable Name="ShoppingCartSummary"/> tag from the registered page using Dreamweaver and then try to view the page in Actinic " Design View " - I do not get any debug errors.
I picked up a previous posting on debugging with version 8 - and the solution seemed to be to disable the debugging application - but I wanted to seek some reassurance that this was not an actinic error and that I should ignore!
Any assistance would be welcome..
Comment