Rank: Newbie Groups: Member
Joined: 9/30/2010 Posts: 2
|
Hi,
I have just installed this product and licensed it. I am using VS2010. On new web projects all works ok, but on pre existing projects i get the error Type 'EO.WEB.DatePicker' is not defined.
I have checked that the DLL is in the bin folder.
I have also added the following to the web.config file; <httpModules> <add name="EOWebRuntime" type="EO.Web.Runtime,EO.Web"/> </httpModules>
In the controls section; <add assembly="EO.Web, Version=8.0.34.2, Culture=neutral, PublicKeyToken=e92353a6bf73fffc" />
In the assemblies section; <add assembly="EO.Web, Version=8.0.34.2, Culture=neutral, PublicKeyToken=e92353a6bf73fffc" />
The web page also has the line; <%@ Register assembly="EO.Web" namespace="EO.Web" tagprefix="eo" %>
Can anyone please shed any light on this please?
Regards
Garry.
|
Rank: Newbie Groups: Member
Joined: 9/30/2010 Posts: 2
|
Fixed,
Had to manually add the reference.
Regards
Garry
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Great. Glad that it works for you!
|