Could not find any licensing provider factory 'SafeNetRMS'.

There throw an Exception when I create a new standalone localization project using the project automation API 2017. Error at FileBasedProject newProject = new FileBasedProject(info); Here is the error:
Sdl.ProjectAutomation.FileBased.LicensingException: 'License check failed, with exception: System.ArgumentException: Could not find any licensing provider factory 'SafeNetRMS'.
   at Sdl.Common.Licensing.Provider.Core.LicensingProviderManager.CreateProvider(ILicensingProviderConfiguration config, String preferredProviderId)
   at Sdl.Common.Licensing.Manager.ApplicationLicenseManager.GetCurrentLicensingProvider()
   at Sdl.Common.Licensing.Manager.ApplicationLicenseManager.GetProduct()
   at Sdl.Common.Licensing.Manager.ApplicationLicenseManager.GetLicenseWithoutConsumingSeatsOrUsages()
   at Sdl.ProjectAutomation.FileBased.FileBasedProject.CheckLicense()'
Inner Exception:
ArgumentException: Could not find any licensing provider factory 'SafeNetRMS'.
It will be appreciated if someone else can help me.