Hi
I'm working on a custom module for a customer and is now trying to deploy to a copy of the customers environment.
The module is coded in build 18.16.4.3 and the deploy environment is in build 18.9.1.1
But I get 2 errors when deploying the module.
Firstly the deploy environment dosn't like the use of CodeFile instead of CodeBehind. So i just changed it.
Secondly the deploy environment doesn't like my use of <dw:TabHeader ID="TabHeader1" runat="server" Tabs="Redirect links" Title="Add link" /> ?
I just get the error:
Parser Error Message: Unknown server tag 'dw:TabHeader'.
Is the dw:TabHeader not widely supported in the different builds?
- Lars