Rank: Member Groups: Member
Joined: 5/7/2008 Posts: 15
|
Hello, I have just intalled manually the EO controls into my machine. The BIN folder contains the following:
EO.Web.dll EO.Web.dll.refresh eo_web.licx
The VS 2008 toolbox tab I created displays the EO controls, however, I'm getting 19 errors that all deal with the eo_web.licx
The <license> file reads as follows:
<license> <licenseId>xxxxxxxxxxxxxxxxx</licenseId> <licensee>Luis E. Hernandez</licensee> <allow> <add type="Menu" version="5.0" /> <add type="SlideMenu" version="5.0" /> <add type="TabStrip" version="5.0" /> <add type="TreeView" version="5.0" /> <add type="MultiPage" version="5.0" /> <add type="Calendar" version="5.0" /> <add type="Callback" version="5.0" /> <add type="AJAXUploader" version="5.0" /> <add type="Dialog" version="5.0" /> <add type="Splitter" version="5.0" /> <add type="MaskedEdit" version="5.0" /> <add type="Grid" version="5.0" /> </allow> <signature>xxxxxxxxxxxxx/xxxxxx==</signature> </license>
I am trying to use these controls to enhance our new website, but can't resolve these erros.
Please help.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Do not include the license file in your VS project. VS tries to compile the license file but it should not.
Thanks!
|