Welcome Guest Search | Active Topics | Sign In | Register

Error applying the license Options
Evgeny
Posted: Thursday, June 11, 2009 2:21:44 AM
Rank: Newbie
Groups: Member

Joined: 5/18/2009
Posts: 3
Hi,

We were trying to apply the license to the AJAXUploader control without much success.

We are still getting the following error at the top of the page:

CallbackPanel ctl00_ctl00_MainContent_DocumentUpload1_CallbackPanel1 requires a license. You can purchase a license from http://www.essentialobjects.com/Order.aspx. Please refresh the page to continue. More on license.

We were trying adding the "EO.Web.Runtime.AddLicense();" call to the Application_Start in the Global.asax

We put the eo_web.licx file in the folder with the project DLL.


Some background information that can help in solving the problem:

1. The DLL is copied in the bin folder and referenced from there.
2. The latest build of the control is used (from EOWeb_2008_Setup.exe from 02/06/2009)
3. The order id is CP82287X06G8.

Cheers,
Evgeny
eo_support
Posted: Thursday, June 11, 2009 7:17:37 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Your license is for AJAXUploader. The error message indicates that you have used CallbackPanel. That is a different control and your license for AJAXUploader won't cover CallbackPanel. You can either purchase a license for CallbackPanel, or upgrade to the suite license which would cover all controls.

Thanks!
Evgeny
Posted: Thursday, June 11, 2009 9:44:30 PM
Rank: Newbie
Groups: Member

Joined: 5/18/2009
Posts: 3
Thanks for helping, we've removed references to the CallbackPanel from the code and now getting the following error:

AJAXUploaderProgressDialog ctl00_ctl00_MainContent_DocumentUpload1_AJAXUploaderProgressDialog1 requires a license. You can purchase a license from http://www.essentialobjects.com/Order.aspx. Please refresh the page to continue. More on license.

We're using the AJAXUploaderProgressDialog to customize the file upload progress. When we removing the AJAXUploaderProgressDialog reference the error message is not shown.


Can you please confirm that the AJAXUploaderProgressDialog is included into our license.




We used the following code snippets to customize the AjaxUploader progress dialog:

<eo:AJAXUploaderProgressDialog runat="server" id="AJAXUploaderProgressDialog1" Width="300px" HeaderHtml="Uploading..."
BorderWidth="1px" BorderStyle="Solid" RestoreButtonUrl="00070103" ResizeImageUrl="00020014" BorderColor="#335C88" BackColor="#E8E8E8"
ControlSkinID="None" AllowResize="False" CloseButtonUrl="00070101" ShadowColor="LightGray" MinimizeButtonUrl="00070102"
ShadowDepth="3" Height="200px"
ProgressTextFormat="</p>&#13;&#10;<p>&#13;&#10;Current file: {current_file_name} ({transferred_file_count} of {total_file_count} done)&#13;&#10;</p>&#13;&#10;<p>&#13;&#10;Time elapsed: {elapsed_seconds} second(s)&#13;&#10;</p>&#13;&#10;<p>&#13;&#10;Time Remaining: {estimated_remaining_seconds} second(s)&#13;&#10;</p&#13;&#10;"
>
<FooterStyleActive CssText="background-color: #E8E8E8; padding-bottom: 8px;"></FooterStyleActive>
<HeaderStyleActive CssText="padding-right: 4px; padding-left: 4px; font-size: 11px; background-color: #E8E8E8; background-image: url(00070104); padding-bottom: 3px; padding-top: 3px; font-family: tahoma"></HeaderStyleActive>
<FooterTemplate>
<p style="TEXT-ALIGN: center">
<%--<asp:Button id="CancelButton" runat="server" Text="Cancel"></asp:Button>--%>
</p>
</FooterTemplate>
<ContentStyleActive CssText="border-top: #335c88 1px solid; background-color: #E8E8E8"></ContentStyleActive>
<ContentTemplate>
<P>&nbsp;</P>
<P>
<eo:ProgressBar id="ProgressBar" runat="server" ControlSkinID="Windows_Vista" IndicatorImage="/CmsSystem/Images/Null.gif" ShowPercentage="true" IndicatorColor="Green"></eo:ProgressBar>
</P>
<P>&nbsp;
</P>
<P>
<asp:PlaceHolder id="ProgressTextPlaceHolder" runat="server">Progress Text Place Holder </asp:PlaceHolder></P>
<P>&nbsp;
</P>
</ContentTemplate>
</eo:AJAXUploaderProgressDialog>
eo_support
Posted: Thursday, June 11, 2009 9:54:17 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

AJAXUploaderProgressDialog is a dialog, so it needs a license for the Dialog control.

For your situation, you can replace the dialog with some simple DHTML and JavaScript code to achieve similar result. You will not have all the fancy stuff a dialog has such as background color, close icon, etc, but you will be able to have the basic functionalities of displaying a progress bar panel when the uploader starts and close it when the upload finishes. This topic demonstrates the basic idea behind such a solution:

http://www.essentialobjects.com/forum/postst3041_AJAX-Uploader--Making-the-progress-bar-visible.aspx

In your case, since you want the progress bar to be inside a "progress window", you will want to place the progress inside an absolute positioned div and then show/hide that div instead of show/hide the progress bar directly. The div would serve as something similar to the dialog.

If you are interested in any other controls in the suite, we maybe able upgrade you to the full suite for the price difference. Please let us know your order# (you can send it to us via private message) if that is something you would be interested.

Hope this helps.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.