|
|
RE: ASPXpand
Last post 01-19-2007, 8:20 PM by iret. 20 replies.
-
11-18-2006, 9:38 PM |
-
Jimmy
-
-
-
Joined on 02-03-2005
-
-
Posts 16
-
-
-
-
|
I have version 1.4.0.0 run time 1.0.3705. I have a registered (non demo) version and when I use it I get a demo version message at the top of the page (it's on the production server). I need to know (it's been awhile) how to utilize the license file again. Please help. I have the license key file in the folder with all the aspx files. I have not installed the aspxpand package on the server because the admins (idiots) don't like stuff installed on the production servers, so i don't want to ask them if it's not needed ... is this the problem?
JB
|
|
-
11-19-2006, 7:50 PM |
-
iret
-
-
-
Joined on 09-01-2004
-
Guangzhou, China
-
Posts 2,072
-
-
-
-
|
Hi, Jimmy,
1) Please place the license file on the same folder as web pages.
2) Validate the license in the Page Load function:
[C#]
//SET you license file as the samples: Aspose.ASPXpand.License lic = new Aspose.ASPXpand.License(); lic.SetLicense(Server.MapPath(@".\Aspose.Custom.lic"));
[VB]
dim lic as new Aspose.ASPXpand.License()
lic.SetLicense(Server.MapPath("Aspose.Custom.lic"));
Feel free to ping me with any concerns
Thanks
Team Lead Aspose Guangzhou Team About UsContact Us
|
|
-
11-28-2006, 9:49 AM |
-
Jimmy
-
-
-
Joined on 02-03-2005
-
-
Posts 16
-
-
-
-
|
I do not have an aspose.aspxpand I have an aspose.xlib (when it intellisenses)...... and don't see a license... perhaps I have a different version?
Jimmy Berenguer
|
|
-
11-28-2006, 10:03 AM |
-
iret
-
-
-
Joined on 09-01-2004
-
Guangzhou, China
-
Posts 2,072
-
-
-
-
|
Hello, Please make sure Aspose.ASPXpand.dll is referenced to your web project. Best regards.
Team Lead Aspose Guangzhou Team About UsContact Us
|
|
-
11-28-2006, 10:08 AM |
-
Jimmy
-
-
-
Joined on 02-03-2005
-
-
Posts 16
-
-
-
-
|
let me clarify I have:
Aspose.ASPXpand.XLib
but see no License method or property.
|
|
-
11-28-2006, 10:12 AM |
-
Jimmy
-
-
-
Joined on 02-03-2005
-
-
Posts 16
-
-
-
-
|
I have been using the setFocus and other functions that should mean it is referenced correctly, just can't get rid of the demo message.
|
|
-
11-28-2006, 10:21 AM |
-
iret
-
-
-
Joined on 09-01-2004
-
Guangzhou, China
-
Posts 2,072
-
-
-
-
|
Hello, Sorry for my misunderstanding. I've forward this to ASPXpand developers, they will reply to you A.S.A.P. thank you for your patience. Best regards.
Team Lead Aspose Guangzhou Team About UsContact Us
|
|
-
11-28-2006, 10:26 AM |
-
Jimmy
-
-
-
Joined on 02-03-2005
-
-
Posts 16
-
-
-
-
|
No prob, I should have been clear in my initial statement(s)... Thanks!
|
|
-
11-28-2006, 10:09 PM |
-
dean
-
-
-
Joined on 07-20-2005
-
Guangzhou, China
-
Posts 420
-
-
-
-
|
Hi Jimmy,
Could you please send your license file to guangzhou#aspose.com? Thanks a lot!
Dean Deng Lead Developer Aspose Guangzhou Team About UsContact Us
|
|
-
12-13-2006, 10:44 AM |
-
Jimmy
-
-
-
Joined on 02-03-2005
-
-
Posts 16
-
-
-
-
|
will do, sorry been busy, thanks for your help in advance....
Jimmy Berenguer
|
|
-
12-16-2006, 2:24 PM |
-
12-18-2006, 9:38 AM |
-
Jimmy
-
-
-
Joined on 02-03-2005
-
-
Posts 16
-
-
-
-
|
Ok removed old Dll via Visual Studio, copied the new dll and added a reference. I am using the "using" keyword at the top... and after changin a bunch of code because there is no MsgBoxBasic method anymore (not thrilled). I added the license key as specified in previous replies. and am now getting:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Access is denied: 'Aspose.ASPXpand'.
Source Error:
Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="*"/>
Line 199: </assemblies>
Line 200: </compilation> | Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 198
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Aspose.ASPXpand' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = Aspose.ASPXpand
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/CustomerEntry
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: Aspose.ASPXpand
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/customerentry/53278ddd/c4e76d87/Aspose.ASPXpand.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/customerentry/53278ddd/c4e76d87/Aspose.ASPXpand/Aspose.ASPXpand.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/CustomerEntry/bin/Aspose.ASPXpand.DLL.
|
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
I really need to get this deployed so any help on this will be appreciated..
JB
|
|
-
12-20-2006, 12:20 PM |
-
iret
-
-
-
Joined on 09-01-2004
-
Guangzhou, China
-
Posts 2,072
-
-
-
-
|
Dear Jimmy, Sorry for all your troubles, and particularly that "MsgBoxBasic". Access denied error may be caused by indexing service which locks the file, or other anti-virus tools which moniter the asp.net temporary files. Microsoft has provided this solution: http://support.microsoft.com/kb/329065which is: RESOLUTION
loadTOCNode(1, 'resolution');
If you do not use Index Server on the server, you can disable
it. To do so, follow these steps:
| 1. |
Click Start, and then click Services. |
| 2. |
Locate Indexing Service from the
list of services, and then click Indexing Service
Properties from the subform. |
| 3. |
On the General tab of the Indexing Service Properties dialog box, in the Startup typeDisabled. drop-down item list, click |
| 4. |
Click OK. | If you use Index Server,
you can exclude the Temporary ASP.NET Files directory from the folders that the
Index Server scans. To do so, follow these steps:
| 1. |
Click Start, point to All Programs, point to Administrative
Tools, and then click Computer
Management. |
| 2. |
Expand the Services and
Applications node, expand the Indexing
Service node, and then expand the System
node. |
| 3. |
Right-click the Directories folder, point to New, and then click Directory from the subform to open the Add Directory dialog box. |
| 4. |
Click Browse, and then locate the
Temporary ASP.NET Files directory. You typically find the Temporary ASP.NET
files in the following path:
c:\<WINDIR>\Microsoft.NET\Framework\<Version
Number>\Temporary ASP.NET Files Note<Version
Number> is the version of .NET Framework installed on your
computer. |
| 5. |
Click No under the Include in Index? option buttons. |
| 6. |
Click OK to close. |
| 7. |
Close the Computer Management
dialog box. |
| 8. |
Restart the Indexing Services service. | I hope this could help. Thanks.
Team Lead Aspose Guangzhou Team About UsContact Us
|
|
-
12-27-2006, 10:48 AM |
-
Jimmy
-
-
-
Joined on 02-03-2005
-
-
Posts 16
-
-
-
-
|
Index server was already disabled, so i tried the second scenario (turning it on excluding, etc...) no luck any other ideas? Is there not a way for me to get an old license key so i can use the aspxpand the way i always had... It may be the best because i do not believe i will have time to spend on this much longer, plus i do not have time to upgrade code on the other existing projects (the MsgBoxBasic method and any other deprecated methods i run into) ....![Crying [:'(]](/Community/emoticons/emotion-9.gif)
Jimmy Berenguer
P.s. if you can find an old license key for my older version, please don't forget: the original question was "how do i use the license key again?"
|
|
-
12-27-2006, 6:29 PM |
-
iret
-
-
-
Joined on 09-01-2004
-
Guangzhou, China
-
Posts 2,072
-
-
-
-
|
Dear Jimmy,
Don't warry about that. We will fix it for you as soon as possible.
1. Please send me your Aspose.ASPXpand dll, which can work on your product server but show demo message.
2. Please also provid your order detail, if you can. My mailbox is guangzhou#aspose.com
We will try to provide a old license file to fix this problem.
Thanks,
Team Lead Aspose Guangzhou Team About UsContact Us
|
|
Page 1 of 2 (21 items)
1
|
|