Sign In  Sign Up Live-Chat

RE: ASPXpand

Last post 01-19-2007, 8:20 PM by iret. 20 replies.
Page 1 of 2 (21 items)   1 2 Next >
Sort Posts: Previous Next
  •  11-18-2006, 9:38 PM 61598

    RE: ASPXpand

    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 61617 in reply to 61598

    Re: RE: ASPXpand

    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 Us

    Contact Us
     
  •  11-28-2006, 9:49 AM 62254 in reply to 61617

    Re: RE: ASPXpand

    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 62256 in reply to 62254

    Re: RE: ASPXpand

    Hello,

    Please make sure Aspose.ASPXpand.dll is referenced to your web project.

    Best regards.

    Team Lead
    Aspose Guangzhou Team
    About Us

    Contact Us
     
  •  11-28-2006, 10:08 AM 62259 in reply to 61617

    Re: RE: ASPXpand

    let me clarify I have:

    Aspose.ASPXpand.XLib

     

    but see no License method or property.

     
  •  11-28-2006, 10:12 AM 62260 in reply to 62256

    Re: RE: ASPXpand

    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 62263 in reply to 62260

    Re: RE: ASPXpand

    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 Us

    Contact Us
     
  •  11-28-2006, 10:26 AM 62264 in reply to 62263

    Re: RE: ASPXpand

    No prob, I should have been clear in my initial statement(s)... Thanks!
     
  •  11-28-2006, 10:09 PM 62326 in reply to 62264

    Re: RE: ASPXpand

    Hi Jimmy,

       Could you please send your license file to guangzhou#aspose.com? Thanks a lot!


    Dean Deng
    Lead Developer
    Aspose Guangzhou Team
    About Us
    Contact Us
     
  •  12-13-2006, 10:44 AM 63356 in reply to 62326

    Re: RE: ASPXpand

    will do, sorry been busy, thanks for your help in advance....

     

     

    Jimmy Berenguer

     
  •  12-16-2006, 2:24 PM 63626 in reply to 63356

    Re: RE: ASPXpand

    Hello Jimmy,

    Thank you for considering Aspose.ASPXpand!

    I've received your license file. It seems that you are using the old license schema and mistakenly referenced the evaluation dll. The eval message will disappear if you reference the correct one. We highly recommend that you get a free updated license here, (it's quick and painless):

    http://www.aspose.com/Purchase/OrderList.aspx

    Then you can use later versions of ASPXpand and use the set licence method as mentioned by previous replies, or this page:

    http://www.aspose.com/wiki/default.aspx/Aspose.ASPXpand/LicenseFile.html

    For more information, please refer to the following link:

    http://www.aspose.com/wiki/default.aspx/Aspose.Corporate/OldOrderLicensingQuestions.html

    If you have any concerns or questions, please feel free to ask me, I'm more than happy to help.

     

    Best regards.


    Team Lead
    Aspose Guangzhou Team
    About Us

    Contact Us
     
  •  12-18-2006, 9:38 AM 63719 in reply to 63626

    Re: RE: ASPXpand

    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 63926 in reply to 63719

    Re: RE: ASPXpand

    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/329065

    which 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 Us

    Contact Us
     
  •  12-27-2006, 10:48 AM 64210 in reply to 63926

    Re: RE: ASPXpand

    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 [:'(]

     

    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 64217 in reply to 64210

    Re: RE: ASPXpand

    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 Us

    Contact Us
     
Page 1 of 2 (21 items)   1 2 Next >
View as RSS news feed in XML