C
Carlos
Hi all,
I created a website using the AJAX calendar extender control under my
local environment without any problems. However when I copied the website
to a network drive, and rebuild it, I got the following error:
Unknown server tag 'cc1:calendarextender'
I have the following line on the page:
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit"
TagPrefix="cc1" %>
However it does not help.
I also added the following line to web.config
<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit"
tagPrefix="cc1"/>
And it did not help either..
Can someone help?
Thanks,
Carlos.
Carlos.
I created a website using the AJAX calendar extender control under my
local environment without any problems. However when I copied the website
to a network drive, and rebuild it, I got the following error:
Unknown server tag 'cc1:calendarextender'
I have the following line on the page:
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit"
TagPrefix="cc1" %>
However it does not help.
I also added the following line to web.config
<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit"
tagPrefix="cc1"/>
And it did not help either..
Can someone help?
Thanks,
Carlos.
Carlos.