kentico_jurajo
-
3/5/2009 9:43:56 AM
RE:BizForms error
Hi,
Could you please confirm that you have modified the web.config file after upgrade per instructions?
I assume you are missing one of these lines in your web.config:
<add tagPrefix="cms" namespace="CMS.Controls" assembly="CMS.Controls" /> <add tagPrefix="cms" namespace="CMS.FormEngine" assembly="CMS.FormEngine" /> <add tagPrefix="cms" namespace="CMS.FormControls" assembly="CMS.FormControls" /> <add tagPrefix="cms" namespace="CMS.ExtendedControls" assembly="CMS.ExtendedControls" /> <add tagPrefix="cms" namespace="CMS.PortalControls" assembly="CMS.PortalControls" />
Best Regards, Juraj Ondrus
|