ASP.NET MVC Controls | ComponentOne
In This Topic
    Using C1 Website
    In This Topic

    To manually add the license file to the Application

    1. In the Solution Explorer, right click the project name and select Add | New Item. The New Item dialog appears.
    2. In the New Item dialog, select C# | General and select Text File in the right pane.
    3. Name the text file as licenses.licx.
    4. Paste the following code in the text file:
      licenses.licx
      Copy Code
      C1.Web.Mvc.LicenseDetector, C1.Web.Mvc
      

    5. Few additional steps may be required for using FinancialChart, FlexSheet, MultiRow, FlexViewer and OLAP controls in your application. In the licenses.licx file, press enter after C1.Web.Mvc.LicenseDetector, C1.Web.Mvc, and paste the following code:
      licenses.licx
      Copy Code
      C1.Web.Mvc.Finance.LicenseDetector, C1.Web.Mvc.Finance
      C1.Web.Mvc.Sheet.LicenseDetector, C1.Web.Mvc.FlexSheet
      C1.Web.Mvc.Viewer.LicenseDetector, C1.Web.Mvc.FlexViewer
      C1.Web.Mvc.Olap.LicenseDetector, C1.Web.Mvc.Olap
      C1.Web.Mvc.MultiRow.LicenseDetector, C1.Web.Mvc.MultiRow