Pre loader

Problem with the entity "Powered by Scichart" !!!

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

Hello all,

I developed my application with the library Scichart and the customer is so happy about this new graph so for this we purchase a license for one developer, i install it and my desktop and it runs good but when i generated the executable (application.exe) and i run it in another desktop the entity of scichart exist (like picture bug) !!! but when i run it in my desktop it not exist !!!
So my question : why the entity “Powered by Scichart” exist when i run my application.exe in another desktop in spite of we purchase the license !!
Thank you

Best Regards, SaharBeanair

Images
  • You must to post comments
0
0

Hi Sahar, if you read the FAQ above, you need to follow all the steps at http://www.scichart.com/activating-scichart including setting the runtime key.

Please call SciChartSurface.SetRuntimeLicenseKey() with the runtime key from your License Certificate email.

Step 2: Include Runtime License

Include your Runtime License* in C# code. This is required if you want
to redistribute your SciChart application to other (non-activated)
computers.

You need to call SciChartSurface.SetRuntimeLicenseKey() before any
SciChartSurface is instantiated. The best place to include the Runtime
License is in the constructor of App.xaml.cs, e.g

/// <summary>
  /// Interaction logic for App.xaml
  /// </summary>
  public partial class App : Application
  {
      public App()
      {
          // Ensure SetLicenseKey is called once, before any SciChartSurface instance is created 
          // Check this code into your version-control and it will enable SciChart 
          // for end-users of your application. 
          // 
          // You can test the Runtime Key is installed correctly by Running your application 
          // OUTSIDE Of Visual Studio (no debugger attached). Trial watermarks should be removed. 
          SciChartSurface.SetRuntimeLicenseKey(@"<LicenseContract>
            <Customer>My Company</Customer>
            <OrderId>123-456</OrderId>
            <LicenseCount>1</LicenseCount>
            <IsTrialLicense>false</IsTrialLicense>
            <SupportExpires>07/06/2013 00:00:00</SupportExpires>
            <KeyCode>ABCDEFG</KeyCode>
          </LicenseContract>");
      }
  }
  

Please ensure you use the RuntimeKey from your license certificate. To find the runtime key, see this image below:

enter image description here

Best regards,
Andrew

  • sahar Lissig
    Hi Andrew, Now it's ok ! thanks a lot ! Best Regards, SaharBeanair
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies