Unable to use the ResourceManagerHelper
3rd September 2020
When I’m using the ResourceManagerHelper and initialize it in the following way ResourceManagerHelper helper = new ResourceManagerHelper(); And then call a method helper.GetEligibleResources(…) Then I get a NullReferenceException. I also …