Hi All
After downloading and installing the EO.Web controls I added a DatePicker to one of my ASP.NET pages, using VS 2005. After doing that I get the following error:
“Element 'DatePicker' is not a known element. This can occur if there is a compilation error in the Web site.”
I also tried other contorls as a test i.e. The Calendar control, but recieved the same error.
Does anyone know the reason I would be receiving this error message?
I’ve double checked the following:
1. The EO.Web.dll file is in the bin folder of my application.
2. The EO.Web controls install added the EO.Web reference and list of OE.Web tools to my VS Enviroment.
3. The following header is at the top of the ASP.Net page I’m adding the DatePicker control to:
<%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>
I did notice though that even though the demo url (http://localhost:1446/EOWebDemo/Default.aspx) opens with no problems the Live Demos that were added during the install don’t work correctly.
Any help on this would be really appreciated.
Thanks