iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I have followed the Crosslight manual for installing the Crosslight design and runtime licenses. I have added to all of the project AssemblyInfo.cs files the following entry:
[assembly: IntersoftLicense("XXXXX-XXX-XXXXX")]
(where "XXXXX-XXX-XXXXX" contains my runtime key from the developer network)
When I run the application I STILL get the "Evaluation" mode message. Yes, I have rebuilt the solution. :-)
Am I missing anything?
Do I need to put the license information in ALL of the AsseblyInfo.cs files or just in the Core assembly?
Thanks
--Steve
Hello Steve,
License key is only used to register the control so it can be used without evaluation in development.
If you want to deploy, you will need runtime license key. Currently, we have generated it via tools in our website. Login with your account in www.intersoftpt.com. Once you had, under your account in license section, you can generate the runtime in xml. Copy the file into your project.
Regards,Handy
Is this procedure documented somewhere? I followed the procedure in the Crosslight manual. When I go to the license section in the webpage the runtime key I used in referenced in my original post is shown and there is no way to generate a XML file. And if I could generate a XML file, where in the project do I put it?
Unfortunately, we are still working on that. As I said, the xml can be generated from your account page under License section. When you click runtime license besides your license in that page, it will download autogenerate-xml file. Copy those xml content and paste it into your assembly info.
[assembly:IntersoftLicense(@"<License>put your auto generated xml content in here</License>")]
Here is the auto-generate xml format sample:
<Id>your id</Id>
<Type>Subscription</Type>
<LicensedProducts>
<Product Name=""Crosslight"" Version=""1"" />
</LicensedProducts>
<Customer>
<Name>your name</Name>
<Email>your email account</Email>
<Company>your company</Company>
</Customer>
<Signature></Signature>
</License>
Don't have a download button only a runtime key that is not clickable. The runtime key was generated using the developer network application.
NOTE: It should be placed in one line. So use backslashes to escape those double quotes since it's a string value.
HOPE THAT HELPS!!! CHEERS!!!
Thanks Domingo. The problem is that for one of the licenses there is no download key, just the runtime key that was generated using the legacy license application.
Thanks Domingo for sharing with Steve. @Steve, Can you email to me your user credential? We will need it to investigate your issue.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname