Error in registering SyncFusion Licence

Hi

I have an ASP.net web forms application (Framework 4.7.2) and am getting the error

the type or namespace name 'syncfusion' could not be found(are you missing a using directive or an assemble reference). Should I be downloading a previous version of syncfusion


namespace Landmark.WebForms

{

    public class Global : HttpApplication

    {

        void Application_Start(object sender, EventArgs e)

        {


            //Register Syncfusion license

            Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("NjAwOxxxzkyZTM0MmUzMGdoYkszZDNOyyyg9");


            // Code that runs on application startup

            RouteConfig.RegisterRoutes(RouteTable.Routes);

            BundleConfig.RegisterBundles(BundleTable.Bundles);

        }



    }

}


1 Reply 1 reply marked as answer

LB Lokesh Baskar Syncfusion Team March 28, 2022 05:19 PM UTC

Hi Murray,

 
We have tried to reproduce the reported issue but, it is working properly at our end without any error. For your reference, we have attached the sample application which we used to reproduce the reported issue and it can be downloaded from the below link. 
https://www.syncfusion.com/downloads/support/directtrac/general/ze/DocIOSample209319830.zip

Could you please try the same sample application at your end and provide us confirmation whether you are facing issues in this simple sample too. 
If the issue is not reproduced using the attached sample application at your end, then could you please modify the attached sample as an issue reproducible sample application and share us. Thereby, we will proceed further to replicate the same problem at our end and will provide more details. 
Regards, 
Lokesh B 


Marked as answer
Loader.
Up arrow icon