|
Rank: Newbie Groups: Member
Joined: 12/10/2008 Posts: 3
|
Hi, We purchased a copy of AJAXUploader and deployed it in our production. Currently we are adding the license from global.asax Application_Start as you recomended. I'm adding the developper key on my workstation before publish with VS 2005 my website but license message is visible... When I test on my workstation in debug mode the message is visible too.
Thanks for your help.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You can try to place the license file on the root or bin directory of your web application and see if that works. If it doesn't, then it is most likely a version mismatch. In that case please see if this post helps you: http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=119Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 12/10/2008 Posts: 3
|
Thanks for your answer. Unfortunately, seems to me that your answer isn’t completely helpful. I've already tryed this solution, the application find the license file but the problem is always here. In my eo_web.licx I can see :
<license> <licenseId>xxxxx</licenseId> <licensee>xxxxx</licensee> <allow> <add type="AJAXUploader" version="6.0" /> </allow> <signature>xxxxxx</signature> </license> and the version's EO.Web.dll is 6.0.51.2. Seems to me that's correct...
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Can you post the error message that you are getting?
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 12/10/2008 Posts: 3
|
"AJAXUploaderProgressDialog ctl00_ctl00_ctl00_AABodyContent_bcr_bcr_bcr_EditChronicleForm_ctl00_UploaderProgressDialog requires a license. You can purchase a license from http://www.essentialobjects.com/Order.aspx. Please refresh the page to continue. More on license." on the top of the page
|
|
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. In your case, you can use the default progress bar, that should get rid of the license message. Sorry about that!
Thanks!
|
|